Skip to content

Commit

Permalink
add missing parameter to docs script call in github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xythobuz committed Jan 14, 2024
1 parent d1b38e5 commit 409db9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Build Book
run: docs/generate_docs.sh
run: docs/generate_docs.sh build

- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit 409db9f

Please sign in to comment.