We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d044114 commit c3e0ac1Copy full SHA for c3e0ac1
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Generate static HTML
27
run: |
28
- poetry run python my_dataset_page/generate_static.py
+ poetry run python generate_static.py
29
30
- name: Deploy to GitHub Pages
31
uses: peaceiris/actions-gh-pages@v3
0 commit comments