mirror of
https://github.com/Z3Prover/z3
synced 2026-07-04 14:26:10 +00:00
Update docs.yml
This commit is contained in:
parent
818afaf4b5
commit
9f7e304ee8
1 changed files with 3 additions and 4 deletions
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
|
@ -17,10 +17,6 @@ concurrency:
|
||||||
env:
|
env:
|
||||||
EM_VERSION: 3.1.73
|
EM_VERSION: 3.1.73
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: src/api/js
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docs:
|
build-docs:
|
||||||
name: Build Documentation
|
name: Build Documentation
|
||||||
|
|
@ -54,9 +50,11 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
working-directory: src/api/js
|
||||||
|
|
||||||
- name: Build TypeScript
|
- name: Build TypeScript
|
||||||
run: npm run build:ts
|
run: npm run build:ts
|
||||||
|
working-directory: src/api/js
|
||||||
|
|
||||||
- name: Build wasm
|
- name: Build wasm
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -66,6 +64,7 @@ jobs:
|
||||||
which node
|
which node
|
||||||
which clang++
|
which clang++
|
||||||
npm run build:wasm
|
npm run build:wasm
|
||||||
|
working-directory: src/api/js
|
||||||
|
|
||||||
- name: Generate Documentation (from doc directory)
|
- name: Generate Documentation (from doc directory)
|
||||||
working-directory: doc
|
working-directory: doc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue