Skip to content

Commit

Permalink
fix workflows bug
Browse files Browse the repository at this point in the history
  • Loading branch information
littleji committed Feb 8, 2025
1 parent 89b04f6 commit caa6e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: 'checkout'
uses: actions/checkout@v4
- name: 'build'
uses: shalzz/zola-deploy-action@master
uses: littleji/zola-deploy-action@master
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
Expand All @@ -20,7 +20,7 @@ jobs:
- name: 'checkout'
uses: actions/checkout@v4
- name: 'build and deploy'
uses: shalzz/zola-deploy-action@master
uses: littleji/zola-deploy-action@master
env:
PAGES_BRANCH: master
BUILD_DIR: .
Expand Down

0 comments on commit caa6e89

Please sign in to comment.