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 05448f4 commit 9843195Copy full SHA for 9843195
.github/workflows/build.yml
@@ -178,4 +178,5 @@ jobs:
178
echo "push_opt=--push" >> $GITHUB_ENV
179
180
- name: Build mkdocs
181
- run: mike ${{ env.push_opt }} deploy devel
+ run: mike deploy ${{ env.push_opt }} devel
182
+
0 commit comments