Skip to content

Commit d1cb3ed

Browse files
authored
Update gh-pages.yml (#2680)
1 parent b8a8a19 commit d1cb3ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
- name: Deploy to GitHub Pages
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
run: mkdocs gh-deploy --force --remote-name origin
24+
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

Comments
 (0)