Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zanemit committed Oct 12, 2023
1 parent 7202aea commit bb2349f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:

- name: Install dependencies
run: |
pip install jupyter-book
pip install numpydoc
pip install ghp-import
python3 -m pip install -r ./requirements.txt
# Build the book
- name: Build the book
Expand All @@ -40,7 +38,7 @@ jobs:
# Push the book's HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.6.1
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_build/html

0 comments on commit bb2349f

Please sign in to comment.