Skip to content

Commit

Permalink
Pass full build dir to deploy action (bagetter#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Regenhardt authored Jan 29, 2024
1 parent 24210ca commit 9f2e1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
external_repository: 'bagetter/bagetter.github.io'
publish_dir: ./build
publish_dir: ./docs/build
publish_branch: main
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit 9f2e1d9

Please sign in to comment.