mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 23:07:26 +03:00
Fixed action version
This commit is contained in:
parent
0cdae72ebd
commit
b94cdb2680
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
||||||
rm src/service-worker.ts && \
|
rm src/service-worker.ts && \
|
||||||
npm run build
|
npm run build
|
||||||
- name: Deploy preview
|
- name: Deploy preview
|
||||||
uses: shlinkio/deploy-preview-action@v1
|
uses: shlinkio/deploy-preview-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
folder: build
|
folder: build
|
||||||
|
|
Loading…
Reference in a new issue