Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jan 5, 2024
1 parent ea7223b commit 737595c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: npm ci
- name: Build dist files
run: npm run build
- name: Fix lib load path
run: sed -i -e 's:./dist::' demo/demo.js
- name: Copy lib
run: cp dist/main.js demo/
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 737595c

Please sign in to comment.