mirror of
https://github.com/Z3Prover/z3
synced 2025-12-25 21:46: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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
@ -48,7 +46,8 @@ jobs:
|
|||
with:
|
||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
external_repository: Z3Prover/z3prover.github.io
|
||||
destination_dir: ./api
|
||||
publish_branch: master
|
||||
publish_dir: ./api/html
|
||||
publish_dir: ./doc/api
|
||||
user_name: github-actions[bot]
|
||||
user_email: github-actions[bot]@users.noreply.github.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue