Skip to content

Commit

Permalink
move to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Oct 5, 2023
1 parent 673b199 commit e0c7abe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
# Build the book
- name: Build the book
run: |
./docs/build_docs.sh
cd docs
./build_docs.sh
# Push the book's HTML to github-pages
- name: GitHub Pages action
Expand Down

0 comments on commit e0c7abe

Please sign in to comment.