Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
Fix commit.
  • Loading branch information
kenlhlui authored Feb 7, 2025
1 parent 46b3faf commit a46c2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ concurrency:
cancel-in-progress: false

jobs:
# Skip job if the push is made by github-actions[bot]
if: ${{ github.actor != 'github-actions[bot]' }}
# Build job
build:
# Skip job if the push is made by github-actions[bot]
if: ${{ github.actor != 'github-actions[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit a46c2a4

Please sign in to comment.