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 b143a85 commit 68009c9
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 @@ -35,7 +35,7 @@ jobs:
- name: Deploy API documentation 🚀
uses: JamesIves/[email protected]
with:
token: ${{ GITHUB_TOKEN }}
token: ${{ env.GITHUB_TOKEN }}
branch: github-pages
folder: ${{ env.DOCS_FOLDER }}/.vuepress/dist
target-folder: ${{ env.DOCS_VERSION_PATH }}
Expand Down

0 comments on commit 68009c9

Please sign in to comment.