There was an error while loading. Please reload this page.
1 parent efedd13 commit 8976554Copy full SHA for 8976554
1 file changed
.github/workflows/publish-docs.yml
@@ -64,7 +64,7 @@ jobs:
64
git config --global user.name "GitHub Actions"
65
git config --global user.email "actions@github.com"
66
67
- git clone --depth=1 --branch gh-pages https://github.com/${{ github.repository }} gh-pages
+ git clone --depth=1 --branch gh-pages https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} gh-pages
68
cd gh-pages
69
70
mkdir -p $TAG_NAME
0 commit comments