We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fa4e0 commit b179dcfCopy full SHA for b179dcf
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
pip install markdown beautifulsoup4 jinja2 pyyaml
35
36
- name: Build site
37
- run: python build_site.py
+ run: python site/build_site.py
38
39
- name: Setup Pages
40
uses: actions/configure-pages@v4
0 commit comments