diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2db136b..355cf83 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,5 +1,7 @@ name: Docs -on: [push, pull_request, workflow_dispatch] +# on: [push, pull_request, workflow_dispatch] +# Make changes to "on:" just to force new build +on: [push] jobs: docs: runs-on: ubuntu-latest