Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-yj-yang committed Dec 12, 2024
1 parent 441b0e5 commit 9ec8ee9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Deploy to GitHub Pages

permissions:
contents: write
pages: write

on:
push:
branches: [ "main", "master" ]
branches: [master]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]
steps:
- uses: fastai/workflows/quarto-ghp@master
7 changes: 0 additions & 7 deletions .github/workflows/test.yaml

This file was deleted.

1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ dependencies:
- PyGithub
- canvasapi
- nbdev
- nbformat

0 comments on commit 9ec8ee9

Please sign in to comment.