Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stiebitzhofer authored Apr 2, 2024
1 parent 03de0e2 commit 7ab633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Deploy API documentation 🚀
uses: JamesIves/[email protected]
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
branch: github-pages
folder: ${{ env.DOCS_FOLDER }}/.vuepress/dist
target-folder: ${{ env.DOCS_VERSION_PATH }}
Expand Down

0 comments on commit 7ab633f

Please sign in to comment.