Skip to content

Commit 9d24832

Browse files
removed cd ...
1 parent 756ae13 commit 9d24832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# pytest
3939
- name: Build static site
4040
run: |
41-
cd make html
41+
make html
4242
4343
- name: Deploy
4444
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)