Skip to content

Commit 9843195

Browse files
committed
[+] add GHA workflow to publish devel docs (#600)
1 parent 05448f4 commit 9843195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,5 @@ jobs:
178178
echo "push_opt=--push" >> $GITHUB_ENV
179179
180180
- name: Build mkdocs
181-
run: mike ${{ env.push_opt }} deploy devel
181+
run: mike deploy ${{ env.push_opt }} devel
182+

0 commit comments

Comments
 (0)