File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 url : ${{ steps.deployment.outputs.page_url }}
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232 with :
3333 submodules : recursive
3434 - name : Download font assets
@@ -37,22 +37,22 @@ jobs:
3737 curl -L https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.1.0/charter-font-assets.tar.gz | tar -xvz -C assets/fonts
3838 - name : Install Rust
3939 uses : dtolnay/rust-toolchain@stable
40- - name : Set Node.js 18 .x
40+ - name : Set Node.js 22 .x
4141 uses : actions/setup-node@v3
4242 with :
43- node-version : 18 .x
43+ node-version : 22 .x
4444 - name : Install Artifact Cache
4545 uses : Swatinem/rust-cache@v2
4646 - name : Build Book
4747 run : |
4848 cargo run --release --bin shiroa -- build --font-path assets/fonts --path-to-root /shiroa/ -w . github-pages/docs
4949 - name : Setup Pages
50- uses : actions/configure-pages@v3
50+ uses : actions/configure-pages@v5
5151 - name : Upload artifact
52- uses : actions/upload-pages-artifact@v1
52+ uses : actions/upload-pages-artifact@v3
5353 with :
5454 # Upload `/github-pages` sub directory
5555 path : ' ./github-pages/dist'
5656 - name : Deploy to GitHub Pages
5757 id : deployment
58- uses : actions/deploy-pages@v2
58+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments