Skip to content

Commit c3e0ac1

Browse files
committed
fix deploy script
1 parent d044114 commit c3e0ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Generate static HTML
2727
run: |
28-
poetry run python my_dataset_page/generate_static.py
28+
poetry run python generate_static.py
2929
3030
- name: Deploy to GitHub Pages
3131
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)