Skip to content

Commit 756ae13

Browse files
corrected paths to build
1 parent 9e06242 commit 756ae13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
# pytest
3939
- name: Build static site
4040
run: |
41-
cd ./Sources; make html
41+
cd make html
4242
4343
- name: Deploy
4444
uses: peaceiris/actions-gh-pages@v4
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
47-
publish_dir: ./Sources/build/html
47+
publish_dir: ./build/html

0 commit comments

Comments
 (0)