Skip to content

Commit f4e5794

Browse files
committed
Fix path to build_packages_page.py in workflow for HTML generation
1 parent c8a7181 commit f4e5794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_packages_info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
# Parse the output CSV file and generate an HTML page
150150
- name: build html page
151151
run: |
152-
python3 build_packages_page.py
152+
python3 web_packages/build_packages_page.py
153153
mv output/* gh-pages/
154154
155155
- name: Upload static files as artifact

0 commit comments

Comments
 (0)