diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2a588a97..d63a72f9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,9 +1,9 @@ # This workflow will generate html documentation from asciidoc and publish it to `gh-pages` branch name: Deploy documentation on: - push: - branches: - - main +# push: +# branches: +# - main #temporaly for testing workflow_dispatch: # Inputs the workflow accepts.