Skip to content

Commit

Permalink
[-] fix GHA workflow to publish devel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Dec 16, 2024
1 parent 9843195 commit 1619cfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,8 @@ jobs:
- name: Check if we should push to gh-pages
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: |
echo ${{ github.event_name }}
echo ${{ github.ref }}
git fetch origin gh-pages --depth=1
echo "push_opt=--push" >> $GITHUB_ENV
- name: Build mkdocs
run: mike deploy ${{ env.push_opt }} devel

0 comments on commit 1619cfc

Please sign in to comment.