We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f078f commit 6f5d7cbCopy full SHA for 6f5d7cb
.github/workflows/publish_site.yaml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
10
- container: node:20
+ container: node:24
11
steps:
12
- name: Trigger site generator repo
13
uses: peter-evans/repository-dispatch@v4
.github/workflows/test.yaml
build:
- uses: actions/checkout@v3
- name: Generate all static pages, and build site.
0 commit comments