Skip to content

Commit

Permalink
Fix website directory in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daudix committed Oct 10, 2024
1 parent 5d23abd commit 7d7d035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build only
uses: shalzz/[email protected]
env:
BUILD_DIR: docs
BUILD_DIR: site
BUILD_ONLY: true

build_and_deploy:
Expand All @@ -28,6 +28,6 @@ jobs:
- name: Build and deploy
uses: shalzz/[email protected]
env:
BUILD_DIR: docs
BUILD_DIR: site
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7d7d035

Please sign in to comment.