Skip to content

Commit

Permalink
Change to use fork of build repo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jun 6, 2022
1 parent a81f139 commit 4f38316
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 @@ -14,7 +14,7 @@ jobs:
- name: Checkout main
uses: actions/[email protected]
- name: Build only
uses: shalzz/zola-deploy-action@master
uses: LASSAT-YU/zola-deploy-action@master
env:
BUILD_DIR: .
BUILD_ONLY: true
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Checkout main
uses: actions/[email protected]
- name: Build and deploy
uses: shalzz/zola-deploy-action@master
uses: LASSAT-YU/zola-deploy-action@master
env:
BUILD_DIR: .
PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit 4f38316

Please sign in to comment.