Skip to content

Commit

Permalink
Restore BUILD_DIR
Browse files Browse the repository at this point in the history
Problem was using docs as output of zola instead of public
  • Loading branch information
c-git committed Jun 6, 2022
1 parent aca6cbd commit a81f139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Build only
uses: shalzz/zola-deploy-action@master
env:
BUILD_DIR: .
BUILD_ONLY: true
BUILD_FLAGS: --drafts
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -29,5 +30,6 @@ jobs:
- name: Build and deploy
uses: shalzz/zola-deploy-action@master
env:
BUILD_DIR: .
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a81f139

Please sign in to comment.