Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Oct 18, 2024
1 parent b4f82f7 commit 035056d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: wombat-setup
path: src/zimscraperlib/rewriting/statics
path: src/zimscraperlib/rewriting/statics/wombatSetup.js

- name: Set up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -142,6 +142,10 @@ jobs:
run: yarn install
working-directory: javascript

- name: Build production JS
run: yarn build-prod
working-directory: javascript

- name: Build JS package
run: yarn pack
working-directory: javascript
Expand Down

0 comments on commit 035056d

Please sign in to comment.