Skip to content

Commit

Permalink
Update docs-publish.yml (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Jan 26, 2024
1 parent 9bb4499 commit 9406fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
cp -r ../docs/docfx/_site/* .
git add .
git commit -m "Update documentation"
git push origin main:main
git push https://${{ secrets.PAT }}@github.com/benpollarduk/BP.AdventureFramework-docs.git HEAD:main

0 comments on commit 9406fd1

Please sign in to comment.