Skip to content

Commit

Permalink
fix gh action (#17)
Browse files Browse the repository at this point in the history
PaulSt authored Feb 15, 2024
1 parent addbe74 commit c0d957c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -171,7 +171,7 @@ jobs:
with:
context: .
file: "Dockerfile"
push: github.event_name == 'release' && github.event.action == 'created'
push: ${{ github.event_name == 'release' && github.event.action == 'created' }}
tags: ${{ steps.meta.outputs.tags }}
#labels: ${{ steps.meta.outputs.labels }}

@@ -267,7 +267,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

paper:
runs-on: ubuntu-latest

0 comments on commit c0d957c

Please sign in to comment.