Skip to content

Commit

Permalink
Change site directory in build.yml to 'docs'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah committed Feb 12, 2025
1 parent 7752e02 commit 3bd472d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
#publish_dir is the folder on the docker instance which eleventy builds the pages to.
#it is not the docs folder in the repository
publish_dir: dist
publish_dir: docs
#publish_branch is the branch in the repository.
#this is where you need to point GitHub pages
publish_branch: gh-pages

0 comments on commit 3bd472d

Please sign in to comment.