Skip to content

Commit

Permalink
Merge pull request #36 from procrastinatio/another-typo
Browse files Browse the repository at this point in the history
workflow typo
  • Loading branch information
procrastinatio authored Jun 10, 2024
2 parents 2133c37 + 2ffc7ff commit 1a16054
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 1a16054

Please sign in to comment.