3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-04 14:26:10 +00:00

Update docs.yml

This commit is contained in:
Nikolaj Bjorner 2025-12-16 17:36:42 +00:00 committed by GitHub
parent 818afaf4b5
commit 9f7e304ee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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