Skip to content

Commit

Permalink
ci: fix publish docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Nov 14, 2024
1 parent 18ab1bb commit f9e3fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,12 +452,12 @@ jobs:
verbose: true

docs:
needs: publish_dockerhub
needs: test
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/publish-docs'
runs-on: ubuntu-latest
steps:
- name: Download documentation
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: DocumentationHTML
path: build
Expand Down

0 comments on commit f9e3fe2

Please sign in to comment.