Skip to content

Commit 2e3d4ed

Browse files
committed
approve builds
1 parent 3bc4c93 commit 2e3d4ed

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/astro.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
# Trigger the workflow every time you push to the `main` branch
5-
# Using a different branch name? Replace `main` with your branch’s name
64
push:
75
branches: [ main ]
8-
# Allows you to run this workflow manually from the Actions tab on GitHub.
96
workflow_dispatch:
10-
11-
# Allow this job to clone the repo and create a page deployment
127
permissions:
138
contents: read
149
pages: write

pnpm-workspace.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
packages:
2-
- 'apps/*'
3-
- 'packages/*'
2+
- apps/*
3+
- packages/*
4+
onlyBuiltDependencies:
5+
- '@swc/core'
6+
- '@tailwindcss/oxide'
7+
- core-js-pure
8+
- esbuild
9+
- sharp

0 commit comments

Comments
 (0)