Skip to content

Commit 8976554

Browse files
committed
Fix clone command
1 parent efedd13 commit 8976554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
git config --global user.name "GitHub Actions"
6565
git config --global user.email "actions@github.com"
6666
67-
git clone --depth=1 --branch gh-pages https://github.com/${{ github.repository }} gh-pages
67+
git clone --depth=1 --branch gh-pages https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} gh-pages
6868
cd gh-pages
6969
7070
mkdir -p $TAG_NAME

0 commit comments

Comments
 (0)