mirror of
https://github.com/Z3Prover/z3
synced 2026-01-04 18:18:48 +00:00
Add defaults for job run working directory
This commit is contained in:
parent
b82287dc25
commit
818afaf4b5
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:
|
||||
EM_VERSION: 3.1.73
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: src/api/js
|
||||
|
||||
jobs:
|
||||
build-docs:
|
||||
name: Build Documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue