Skip to content

Commit

Permalink
[+] add GHA workflow to publish devel docs (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Dec 16, 2024
1 parent 05448f4 commit 9843195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,5 @@ jobs:
echo "push_opt=--push" >> $GITHUB_ENV
- name: Build mkdocs
run: mike ${{ env.push_opt }} deploy devel
run: mike deploy ${{ env.push_opt }} devel

0 comments on commit 9843195

Please sign in to comment.