We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a8a19 commit d1cb3edCopy full SHA for d1cb3ed
.github/workflows/gh-pages.yml
@@ -21,4 +21,6 @@ jobs:
21
- name: Deploy to GitHub Pages
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
- run: mkdocs gh-deploy --force --remote-name origin
+ run: |
25
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
26
+ mkdocs gh-deploy --force --remote-name origin
0 commit comments