We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c546f2 commit 0b64aceCopy full SHA for 0b64ace
.github/workflows/deploy-docs.yml
@@ -149,9 +149,8 @@ jobs:
149
- name: Copy custom files to gh-pages
150
run: |
151
git config user.name "GitHub Action"
152
- git config user.email "action@github.com"
153
- git config pull.rebase true
154
- git pull origin gh-pages
+ git config user.email "action@github.com"
+ git fetch origin gh-pages
155
git checkout gh-pages
156
VERSION=${GITHUB_REF_NAME}
157
mkdir -p "$VERSION"
0 commit comments