mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
use proper names
This commit is contained in:
parent
9bd59a1eca
commit
22483fd49e
3
.github/workflows/build-site.yml
vendored
3
.github/workflows/build-site.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Just CI
|
||||
name: Build website
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Set CARGO_TARGET_DIR
|
||||
|
@ -37,6 +37,7 @@ jobs:
|
|||
with:
|
||||
path: "website/build"
|
||||
deploy:
|
||||
name: Deploy website
|
||||
if: github.event_name != 'pull_request'
|
||||
# Add a dependency to the build job
|
||||
needs: build
|
||||
|
|
Loading…
Reference in a new issue