We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents def65ba + 7f63c7a commit d514953Copy full SHA for d514953
2 files changed
.github/workflows/deploy-site.yaml
@@ -29,10 +29,10 @@ jobs:
29
node-version: ${{ matrix.node-version }}
30
31
- name: Install Dependencies
32
- run: npm install pnpm -g && pnpm install
+ run: npm install
33
34
- name: Build
35
- run: pnpm build
+ run: npm run build
36
37
# Setup gcloud CLI
38
- name: Authenticate with Google Cloud
.github/workflows/docker-publish.yaml
@@ -19,10 +19,10 @@ jobs:
19
node-version: 22
20
21
22
23
24
25
26
27
- name: Set up Docker Buildx
28
uses: docker/setup-buildx-action@v3
0 commit comments