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.
1 parent 8cbdde2 commit 384f0cfCopy full SHA for 384f0cf
.github/workflows/deploy-docs.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build with VitePress
49
run: VITE_BASE_URL=/leaflet/ npm run docs:build
50
- name: Upload artifact
51
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
52
with:
53
path: docs/.vitepress/dist
54
0 commit comments