We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9855465 + 736412d commit dd01ae8Copy full SHA for dd01ae8
1 file changed
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
# Lychee was removed — it struggles with VitePress clean URLs and root-relative
38
# asset paths, producing false positives. VitePress build-time checking is sufficient.
39
40
- - uses: actions/upload-pages-artifact@v3
+ - uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
41
with:
42
path: docs/.vitepress/dist
43
@@ -49,4 +49,4 @@ jobs:
49
url: ${{ steps.deployment.outputs.page_url }}
50
steps:
51
- id: deployment
52
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
0 commit comments