Skip to content

Commit

Permalink
Fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino committed Dec 17, 2024
1 parent dcced48 commit bb660b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_PAGES_ACCOUNT_ID }}
command: pages deploy ./build --project-name=forest-docs
command: pages deploy ./docs/build --project-name=forest-docs
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bb660b6

Please sign in to comment.