Skip to content

Commit

Permalink
add condition on deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Mar 25, 2024
1 parent 300d06f commit be9fca8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ jobs:
run: |
make docker-html
- name: debug
run: |
ls -l
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: gh-build

deploy:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/source' }}
runs-on: ubuntu-latest
needs: build-and-upload

Expand Down

0 comments on commit be9fca8

Please sign in to comment.