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 bda9035 commit 7e2efc1Copy full SHA for 7e2efc1
.github/workflows/build-docs.yml
@@ -62,6 +62,7 @@ jobs:
62
echo "VERSION=$VERSION" >> $GITHUB_ENV
63
- name: Setup doc deploy
64
run: |
65
+ git fetch origin gh-pages --depth=1
66
git config --global user.name "github-actions[bot]"
67
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
68
- name: Build and deploy docs
0 commit comments