Skip to content

Commit 7216e5a

Browse files
committed
feat: update packages and try to make deploy work with styles intact...
1 parent d750068 commit 7216e5a

File tree

3 files changed

+63
-415
lines changed

3 files changed

+63
-415
lines changed

.github/workflows/deploy.yml

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v3
25-
with:
26-
path: . # The root location of your Astro project inside the repository. (optional)
27-
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
28-
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2925

3026
deploy:
3127
needs: build

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/starlight": "^0.32.0",
14-
"astro": "^5.1.5",
14+
"astro": "^5.3.0",
1515
"astro-embed": "^0.9.0",
16-
"sharp": "^0.32.5",
16+
"sharp": "^0.33.5",
1717
"starlight-links-validator": "^0.14.3"
18-
}
19-
}
18+
},
19+
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
20+
}

0 commit comments

Comments
 (0)