Skip to content

Commit

Permalink
[ci] Cleanup workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 10, 2024
1 parent 06c63f3 commit 7f0318a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -68,16 +68,14 @@ jobs:
with:
name: github-pages
path: ./dist/

- name: Introspect
run: |
ls
echo "--- ls ./dist/"
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
Expand Down

0 comments on commit 7f0318a

Please sign in to comment.