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 bab0b0a commit 8affe1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
run: npm ci
- name: Build dist files
run: npm run build
#- name: Set env to prod
#run: sed -i -e 's/dev/prod/' demo/config.js
- name: Set env to prod
run: sed -i -e 's/dev/prod/' demo/config.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 8affe1a

Please sign in to comment.