Skip to content

Commit 2cdc80c

Browse files
committed
ci: Add document start to workflows
1 parent 1b71a71 commit 2cdc80c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Build site
23

34
on:
@@ -10,7 +11,6 @@ on:
1011
permissions: {}
1112

1213
jobs:
13-
1414
build:
1515
runs-on: ubuntu-latest
1616
permissions:
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2525
with:
26-
node-version: '20'
27-
cache: 'npm'
26+
node-version: "20"
27+
cache: "npm"
2828
- run: npm ci
2929
- run: make ANTORAFLAGS=--fetch build-local

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Build and deploy production site
23

34
# This job simply calls a trigger hook in netlify.

0 commit comments

Comments
 (0)