We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c6cf0 commit 2efed71Copy full SHA for 2efed71
.github/workflows/ci-cd.yml
@@ -202,5 +202,5 @@ jobs:
202
# We run a git pull first to ensure the runner has the latest pages
203
# branch. It did fail because of it in the past.
204
run: |
205
- git pull origin gh-pages
+ git pull origin gh-pages --rebase
206
./bin/task docs:deploy
0 commit comments