From 7f0318a57950974ee33471acbfd3644a859ea209 Mon Sep 17 00:00:00 2001 From: Dmitry Romanov Date: Thu, 9 May 2024 23:20:35 -0400 Subject: [PATCH] [ci] Cleanup workflow file --- .github/workflows/frontend.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index cbf1964..2b718c6 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -57,7 +57,7 @@ jobs: path: ./firebird-ng/dist/ deploy: - if: github.ref == 'refs/heads/main' || endsWith(github.ref, '-ci') + if: github.ref == 'refs/heads/main' needs: build runs-on: ubuntu-latest steps: @@ -68,6 +68,7 @@ jobs: with: name: github-pages path: ./dist/ + - name: Introspect run: | ls @@ -75,9 +76,6 @@ jobs: ls -latrh ./dist echo "--- ls ./dist/firebird" ls -latrh ./dist/firebird -# - name: Deploy to GitHub Pages -# id: deployment -# uses: actions/deploy-pages@v4 - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4