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 b729f23 commit 5313251Copy full SHA for 5313251
.github/workflows/build-mkdocs-website.yml
@@ -65,5 +65,7 @@ jobs:
65
run: |
66
echo "Deploying from branch: ${{ github.ref_name }}"
67
echo "Commit: ${{ github.sha }}"
68
- git remote set-url origin https://x-access-token:${GH_PAT}@github.com/${{ steps.config.outputs.target_repo }}
+ git config --global credential.helper store
69
+ echo "https://x-access-token:${GH_PAT}@github.com" > ~/.git-credentials
70
+ git remote set-url origin https://github.com/${{ steps.config.outputs.target_repo }}
71
mkdocs gh-deploy --config-file mkdocs.yml --remote-branch gh-pages --force
0 commit comments