mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue