Skip to content

Commit

Permalink
Add job names (#73)
Browse files Browse the repository at this point in the history
<!-- LIST CHANGES HERE -->
  • Loading branch information
norwd authored Nov 21, 2024
2 parents f547a9c + 1deb397 commit 1d77f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ env:

jobs:
build:
name: "Build GitHub Pages"
uses: ./.github/workflows/build.yml

deploy:
if: github.ref_name == 'main'
name: "Deploy GitHub Pages"
needs: build
runs-on: ubuntu-latest

Expand Down

0 comments on commit 1d77f55

Please sign in to comment.