mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix deploy script
This commit is contained in:
parent
09c626a1d0
commit
897bc4a302
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -32,9 +32,11 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
- name: Prepare for deployment
|
||||||
|
run: mv dist public
|
||||||
- name: Deploy to gh-pages 🚀
|
- 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: web/dist
|
folder: web/public
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user