We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc4c93 commit 2e3d4edCopy full SHA for 2e3d4ed
.github/workflows/astro.yml
@@ -1,14 +1,9 @@
1
name: Deploy to GitHub Pages
2
3
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
6
push:
7
branches: [ main ]
8
- # Allows you to run this workflow manually from the Actions tab on GitHub.
9
workflow_dispatch:
10
-
11
-# Allow this job to clone the repo and create a page deployment
12
permissions:
13
contents: read
14
pages: write
pnpm-workspace.yaml
@@ -1,3 +1,9 @@
packages:
- - 'apps/*'
- - 'packages/*'
+ - apps/*
+ - packages/*
+onlyBuiltDependencies:
+ - '@swc/core'
+ - '@tailwindcss/oxide'
+ - core-js-pure
+ - esbuild
+ - sharp
0 commit comments