From 3469dda936b04fcbcd62695c82269245a6c87d19 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 18 Dec 2025 20:51:36 +0000 Subject: [PATCH] Modify docs.yml for deployment settings Updated the GitHub Actions workflow for documentation deployment, changing the publish directory and removing the push trigger. --- .github/workflows/docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1862edd08..54e6b3232 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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