There was an error while loading. Please reload this page.
1 parent 1b71a71 commit 2cdc80cCopy full SHA for 2cdc80c
2 files changed
.github/workflows/build.yaml
@@ -1,3 +1,4 @@
1
+---
2
name: Build site
3
4
on:
@@ -10,7 +11,6 @@ on:
10
11
permissions: {}
12
13
jobs:
-
14
build:
15
runs-on: ubuntu-latest
16
permissions:
@@ -23,7 +23,7 @@ jobs:
23
persist-credentials: false
24
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
25
with:
26
- node-version: '20'
27
- cache: 'npm'
+ node-version: "20"
+ cache: "npm"
28
- run: npm ci
29
- run: make ANTORAFLAGS=--fetch build-local
.github/workflows/deploy.yaml
name: Build and deploy production site
# This job simply calls a trigger hook in netlify.
0 commit comments