Skip to content

Commit

Permalink
[SKIP] Fix issue where deploy is not run, even on successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jul 29, 2024
1 parent d2c5e43 commit d81364c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: "always() && 'success' == needs.build.result"
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit d81364c

Please sign in to comment.