mirror of
https://github.com/Z3Prover/z3
synced 2026-06-01 14:47:51 +00:00
Modify docs.yml for deployment settings
Updated the GitHub Actions workflow for documentation deployment, changing the publish directory and removing the push trigger.
This commit is contained in:
parent
7ec6c09a14
commit
3469dda936
1 changed files with 2 additions and 3 deletions
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
|
@ -1,8 +1,6 @@
|
||||||
name: Documentation
|
name: Documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [master]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
@ -48,7 +46,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
external_repository: Z3Prover/z3prover.github.io
|
external_repository: Z3Prover/z3prover.github.io
|
||||||
|
destination_dir: ./api
|
||||||
publish_branch: master
|
publish_branch: master
|
||||||
publish_dir: ./api/html
|
publish_dir: ./doc/api
|
||||||
user_name: github-actions[bot]
|
user_name: github-actions[bot]
|
||||||
user_email: github-actions[bot]@users.noreply.github.com
|
user_email: github-actions[bot]@users.noreply.github.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue