mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-08-06 19:11:53 +00:00
Remove deploy-preview workflow which is never used
This commit is contained in:
28
.github/workflows/deploy-preview.yml
vendored
28
.github/workflows/deploy-preview.yml
vendored
@@ -1,28 +0,0 @@
|
|||||||
name: Deploy preview
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request_target: null
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-24.04
|
|
||||||
continue-on-error: true
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v6
|
|
||||||
with:
|
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
|
||||||
- name: Use node.js
|
|
||||||
uses: actions/setup-node@v6
|
|
||||||
with:
|
|
||||||
node-version: 24.14
|
|
||||||
- name: Build
|
|
||||||
run: |
|
|
||||||
npm ci && \
|
|
||||||
node ./scripts/set-homepage.cjs /shlink-web-client/${GITHUB_HEAD_REF#refs/heads/} && \
|
|
||||||
node --run build
|
|
||||||
- name: Deploy preview
|
|
||||||
uses: shlinkio/deploy-preview-action@v1.0.1
|
|
||||||
with:
|
|
||||||
folder: build
|
|
||||||
Reference in New Issue
Block a user