Skip to content

Commit 6aa184b

Browse files
v0.6.12
– package version bump
1 parent 2a77226 commit 6aa184b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
with:
2424
submodules : true
2525
- name: Install, build, and upload your site
26-
uses: withastro/action@v2
27-
# with:
26+
uses: withastro/action@v4
27+
with:
2828
# path: . # The root location of your Astro project inside the repository. (optional)
2929
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
30-
# 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)
30+
# 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)
31+
build-cmd: npm run build # The command to run to build your site. Runs the package build script/task by default. (optional)
3132

3233
deploy:
3334
needs: build

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ target
77
/dist
88
/src/styles/scss
99
node_modules
10-
.astro
10+
.astro
11+
package-lock.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"size": "size-limit"
1313
},
1414
"dependencies": {
15-
"astro": "^5.14.1",
16-
"@astrojs/mdx": "^4.3.6",
15+
"astro": "^5.14.3",
16+
"@astrojs/mdx": "^4.3.7",
1717
"@astrojs/rss": "^4.0.12",
1818
"@astrojs/sitemap": "^3.6.0",
1919
"@astrojs/preact": "^4.1.1",

0 commit comments

Comments
 (0)