Skip to content

Commit cfd6719

Browse files
committed
Revert "feat: update packages and try to make deploy work with styles intact..."
This reverts commit 7216e5a.
1 parent 055258b commit cfd6719

File tree

3 files changed

+415
-63
lines changed

3 files changed

+415
-63
lines changed

.github/workflows/deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ 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)
2529

2630
deploy:
2731
needs: build

package.json

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

0 commit comments

Comments
 (0)