mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix wasm deploy
This commit is contained in:
parent
4b785d2a94
commit
c84bb9a418
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -32,9 +32,9 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Deploy Docs 🚀
|
- name: Deploy to gh-pages 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.5
|
uses: JamesIves/github-pages-deploy-action@4.1.5
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: dist
|
folder: web/dist
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user