diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0b806310..50bc0e5e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,8 +17,8 @@ concurrency: jobs: deploy-documentation: + #if: startsWith(github.ref, 'refs/tags/') environment: - if: startsWith(github.ref, 'refs/tags/') name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest