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 2c0eef3 commit f5b29baCopy full SHA for f5b29ba
.github/workflows/docs-build-update.yml
@@ -8,7 +8,6 @@ on:
8
9
jobs:
10
build:
11
- if: "!contains(github.event.head_commit.message, '[skip ci]')"
12
runs-on: ubuntu-latest
13
14
steps:
@@ -51,7 +50,7 @@ jobs:
51
50
echo "Could not identify release series"
52
exit 1
53
fi
54
- git checkout gh-pages
+ git checkout -b gh-pages origin/gh-pages
55
git pull
56
git rm -r ${MAJOR_MINOR}/
57
# It is fundamental that the directory does not exist at all.
@@ -67,7 +66,7 @@ jobs:
67
66
echo "$CURBRANCH is not the default development branch"
68
69
70
71
72
git rm -r master/
73
0 commit comments