We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a77fa commit 605a758Copy full SHA for 605a758
1 file changed
.github/workflows/deploy_canmsgbrowser.yml
@@ -58,7 +58,7 @@ jobs:
58
pip install jinja2
59
- name: Generate static browser
60
run: |
61
- python ../code-gen/pdfgen.py --output can_spec_static.html
+ python ../code-gen/pdfgen.py --output ./out/can_spec_static.html
62
- name: Upload artifact
63
uses: actions/upload-pages-artifact@v5
64
with:
0 commit comments