mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix recipe name
This commit is contained in:
parent
04aece9ebc
commit
9e3f16f022
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
||||
- name: Install just
|
||||
run: cargo install just
|
||||
- name: Build
|
||||
run: just build-webpack-webgl-production
|
||||
run: just webpack-webgl-production
|
||||
- name: Deploy to maxammann.org
|
||||
env:
|
||||
SSH_KEY: ${{ secrets.SSH_KEY_MAXAMMANN_ORG }}
|
||||
@ -144,7 +144,7 @@ jobs:
|
||||
- name: Install just
|
||||
run: cargo install just
|
||||
- name: Build
|
||||
run: just build-webpack-production
|
||||
run: just webpack-production
|
||||
- name: Deploy to maxammann.org
|
||||
env:
|
||||
SSH_KEY: ${{ secrets.SSH_KEY_MAXAMMANN_ORG }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user