use proper names

This commit is contained in:
Corwin 2024-04-04 18:09:10 +01:00
parent 9bd59a1eca
commit 22483fd49e
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ on:
jobs: jobs:
build: build:
name: Just CI name: Build website
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Set CARGO_TARGET_DIR - name: Set CARGO_TARGET_DIR
@ -37,6 +37,7 @@ jobs:
with: with:
path: "website/build" path: "website/build"
deploy: deploy:
name: Deploy website
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
# Add a dependency to the build job # Add a dependency to the build job
needs: build needs: build