@ -9,15 +9,15 @@ jobs:
build:
build:
runs-on : ubuntu-latest
runs-on : ubuntu-latest
steps:
steps:
- uses : actions/checkout@v 4
- uses : actions/checkout@v 7
with:
with:
fetch-depth : 0
fetch-depth : 0
- name : Setup pnpm
- name : Setup pnpm
uses : pnpm/action-setup@v 4
uses : pnpm/action-setup@v 6
- name : Setup Node.js
- name : Setup Node.js
uses : actions/setup-node@v 4
uses : actions/setup-node@v 6
with:
with:
node-version : 22
node-version : 22
cache : pnpm
cache : pnpm
@ -32,7 +32,7 @@ jobs:
run : echo "schunter.doocs.org" > docs/.vitepress/dist/CNAME
run : echo "schunter.doocs.org" > docs/.vitepress/dist/CNAME
- name : Upload artifact
- name : Upload artifact
uses : actions/upload-pages-artifact@v 3
uses : actions/upload-pages-artifact@v 5
with:
with:
path : docs/.vitepress/dist
path : docs/.vitepress/dist
@ -48,4 +48,4 @@ jobs:
steps:
steps:
- name : Deploy to GitHub Pages
- name : Deploy to GitHub Pages
id : deployment
id : deployment
uses : actions/deploy-pages@v 4
uses : actions/deploy-pages@v 5