mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
yarn
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -23,16 +23,11 @@ jobs:
|
|||||||
- name: Checkout your repository using git
|
- name: Checkout your repository using git
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set pnpm store path
|
|
||||||
run: |
|
|
||||||
cd website
|
|
||||||
pnpm config set store-dir .pnpm-store
|
|
||||||
|
|
||||||
- name: Install, build, and upload your site output
|
- name: Install, build, and upload your site output
|
||||||
uses: withastro/action@v3
|
uses: withastro/action@v3
|
||||||
with:
|
with:
|
||||||
path: website
|
path: website
|
||||||
package-manager: pnpm@latest
|
package-manager: yarn@latest
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
|||||||
Reference in New Issue
Block a user