Skip to content

Commit

Permalink
set demo env to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Nov 18, 2023
1 parent c28b5c9 commit aeb41f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ 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: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit aeb41f3

Please sign in to comment.