Skip to content

Commit

Permalink
Fixing paths in autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato authored Jan 22, 2024
1 parent 3502a26 commit db8792e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Generate conformance report
run: |
cd conformance
poetry run generate-report
- name: Set up Node.js
Expand All @@ -47,7 +48,7 @@ jobs:

- name: Build conformance page
run: |
cd conformance_page
cd conformance/conformance_page
npm ci
npm run build
Expand Down

0 comments on commit db8792e

Please sign in to comment.