From cec79e640c06ee82f19a825bf6e57f993696595b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 6 Aug 2026 10:20:49 +0200 Subject: [PATCH] Remove deploy-preview workflow which is never used --- .github/workflows/deploy-preview.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/deploy-preview.yml diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml deleted file mode 100644 index 48dba2be..00000000 --- a/.github/workflows/deploy-preview.yml +++ /dev/null @@ -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