Skip to content

Commit

Permalink
minor: fix syntax error
Browse files Browse the repository at this point in the history
also remove copying of test files because do not need those
  • Loading branch information
jcharkow committed Dec 20, 2024
1 parent 2823f7e commit 58a76ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build Documentation
run: sphinx-build -b html ./docs ./_build
- name: Copy test files to _build directory
run: cp -r tests/ ./_build && cp docs/postBuild ./_build
run: cp ./docs/postBuild ./_build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Push _build to gh_pages branch
Expand Down

0 comments on commit 58a76ce

Please sign in to comment.