Skip to content

Commit

Permalink
workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio committed Jun 10, 2024
1 parent 2133c37 commit 2ffc7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
uses: ./.github/workflows/build.yaml # use the callable build job to run build
deploy:
# runs-on: ubuntu-latest
runs-on: ubuntu-latest
needs: [build] # require build to pass before deploy runs
steps:
- name: Upload folder to bucket
Expand Down

0 comments on commit 2ffc7ff

Please sign in to comment.