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.
devel
1 parent 9843195 commit 1619cfcCopy full SHA for 1619cfc
.github/workflows/build.yml
@@ -173,10 +173,8 @@ jobs:
173
- name: Check if we should push to gh-pages
174
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
175
run: |
176
- echo ${{ github.event_name }}
177
- echo ${{ github.ref }}
+ git fetch origin gh-pages --depth=1
178
echo "push_opt=--push" >> $GITHUB_ENV
179
180
- name: Build mkdocs
181
run: mike deploy ${{ env.push_opt }} devel
182
-
0 commit comments