diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 45658800..aabd75cd 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -1,11 +1,10 @@ name: Build and Deploy Documentation + on: - push: - branches: - - main - paths: - - 'docs/**' + release: + types: [released] workflow_dispatch: + permissions: contents: write pages: write