Skip to content

Commit

Permalink
Merge pull request #11 from ARCTraining/murphyqm-patch-1
Browse files Browse the repository at this point in the history
Update deploy-book.yml
  • Loading branch information
murphyqm authored Jan 25, 2024
2 parents 92974cc + 779348f commit 5ec249f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
shell: bash -l {0}
run: |
conda activate arcdocs-jb
jupyter-book build ./book/
jupyter-book build docs
# Push the book's HTML to master branch (because this is an organisation homepage)
- name: GitHub Pages action
- name: Deploy the book's HTML to GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html
publish_branch: data-vis

0 comments on commit 5ec249f

Please sign in to comment.