Skip to content

Commit

Permalink
Fix compile of docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Sep 15, 2023
1 parent 49cd5e9 commit 7a5df66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
pip install -e .
- name: Compile code to create pages
working-directory: contrib/
working-directory: contrib/docs
run: python compile_docs.py
- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7a5df66

Please sign in to comment.