mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Ensure review environment does not contain a service worker
This commit is contained in:
parent
e193c700d6
commit
ce02d29ca3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-preview.yml
vendored
1
.github/workflows/deploy-preview.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
|||
run: |
|
||||
npm ci && \
|
||||
node ./scripts/set-homepage.js /shlink-web-client/${{ steps.generate_slug.outputs.slug }} && \
|
||||
rm src/service-worker.ts && \
|
||||
npm run build
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
|
|
Loading…
Reference in a new issue