Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jan 5, 2024
1 parent 1e03bc3 commit ea7223b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ 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: 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 ea7223b

Please sign in to comment.