Skip to content

Commit

Permalink
Fix GitHub Actions for Documentation Website (#12)
Browse files Browse the repository at this point in the history
* update github action

* add my branch to action

* added dev requirements

* try manual deploy

* update deploy.yaml

* update branch

* added nbformat to the requirements (A1 needs it)

* updates permission

* remote test branch
  • Loading branch information
scott-yj-yang authored Dec 12, 2024
1 parent 441b0e5 commit d9a0022
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ permissions:

on:
push:
branches: [ "main", "master" ]
branches: [ "main", "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
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ status = 3
user = scott-yj-yang

### Optional ###
requirements = fastcore pandas canvasapi numpy
# dev_requirements =
requirements = fastcore pandas canvasapi numpy nbformat
dev_requirements = nbdev
# console_scripts =

0 comments on commit d9a0022

Please sign in to comment.