Skip to content

Commit b179dcf

Browse files
committed
fix deploy
1 parent 96fa4e0 commit b179dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install markdown beautifulsoup4 jinja2 pyyaml
3535
3636
- name: Build site
37-
run: python build_site.py
37+
run: python site/build_site.py
3838

3939
- name: Setup Pages
4040
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)