-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
144ebe5
commit 35cf330
Showing
2 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,13 +19,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout your repository using git | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Install, build, and upload your site | ||
uses: withastro/action@v0 | ||
uses: withastro/action@v2 | ||
with: | ||
node-version: latest | ||
package-manager: pnpm | ||
pnpm-version: 8.7.1 | ||
package-manager: [email protected] | ||
|
||
deploy: | ||
needs: build | ||
|
@@ -36,4 +35,4 @@ jobs: | |
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v1 | ||
uses: actions/deploy-pages@v4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "volar-docs", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"dev": "astro dev", | ||
"start": "astro dev", | ||
"build": "astro build", | ||
"preview": "astro preview", | ||
"astro": "astro", | ||
"format": "prettier -w --cache ." | ||
}, | ||
"dependencies": { | ||
"@astrojs/starlight": "^0.25.4", | ||
"@expressive-code/plugin-collapsible-sections": "^0.35.6", | ||
"@types/hast": "^3.0.4", | ||
"astro": "^4.13.3", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-astro": "^0.14.1", | ||
"sharp": "0.33.4" | ||
}, | ||
"packageManager": "pnpm@8.7.1" | ||
"name": "volar-docs", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"dev": "astro dev", | ||
"start": "astro dev", | ||
"build": "astro build", | ||
"preview": "astro preview", | ||
"astro": "astro", | ||
"format": "prettier -w --cache ." | ||
}, | ||
"dependencies": { | ||
"@astrojs/starlight": "^0.25.4", | ||
"@expressive-code/plugin-collapsible-sections": "^0.35.6", | ||
"@types/hast": "^3.0.4", | ||
"astro": "^4.13.3", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-astro": "^0.14.1", | ||
"sharp": "0.33.4" | ||
}, | ||
"packageManager": "pnpm@8.12.0+sha512.279278f83be782f6faaefbacbccc503301c4ec2cdafd40983e7c26aeeee7c38270f5c8e635b43464691b897abe1675b40c06df6edadde922532b7368aa9a5267" | ||
} |