mirror of
https://github.com/Z3Prover/z3
synced 2026-06-05 00:20:50 +00:00
Add defaults for job run working directory
This commit is contained in:
parent
41ce10e438
commit
0f0f6972e7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
|
@ -17,6 +17,10 @@ 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue