Skip to content

Commit

Permalink
docs: allow for multiple version deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
Yalz committed Aug 1, 2024
1 parent b7035e2 commit 2b81020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git config --global user.name "VSDS CI"
git config --global url.https://${{ env.PAT }}@github.com/.insteadOf https://github.com/
env:
PAT: ${{secrets.PAT}}
PAT: ${{secrets.DEPLOY_DOCS_PAT}}
- run: |
gh-pages-multi deploy --title ${{env.title}} -t ${{steps.version.outputs.version}} -s docs/_site
env:
Expand Down

0 comments on commit 2b81020

Please sign in to comment.