mirror of
https://github.com/Z3Prover/z3
synced 2026-02-26 18:15:37 +00:00
Fix docs.yml build by adding working-directory to npm steps
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
05baaf4979
commit
5fcc5efedd
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
|
@ -74,12 +74,15 @@ jobs:
|
||||||
actions-cache-folder: "emsdk-cache"
|
actions-cache-folder: "emsdk-cache"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
working-directory: src/api/js
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Build TypeScript
|
- name: Build TypeScript
|
||||||
|
working-directory: src/api/js
|
||||||
run: npm run build:ts
|
run: npm run build:ts
|
||||||
|
|
||||||
- name: Build wasm
|
- name: Build wasm
|
||||||
|
working-directory: src/api/js
|
||||||
run: |
|
run: |
|
||||||
emsdk install ${EM_VERSION}
|
emsdk install ${EM_VERSION}
|
||||||
emsdk activate ${EM_VERSION}
|
emsdk activate ${EM_VERSION}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue