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 937a38c commit e7ed4d3Copy full SHA for e7ed4d3
.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