Skip to content

Commit 605a758

Browse files
authored
Update output path for static browser generation
1 parent b4a77fa commit 605a758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_canmsgbrowser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
pip install jinja2
5959
- name: Generate static browser
6060
run: |
61-
python ../code-gen/pdfgen.py --output can_spec_static.html
61+
python ../code-gen/pdfgen.py --output ./out/can_spec_static.html
6262
- name: Upload artifact
6363
uses: actions/upload-pages-artifact@v5
6464
with:

0 commit comments

Comments
 (0)