This commit is contained in:
2025-02-07 12:17:34 +03:00
parent 20927485d9
commit 33849a5049

View File

@@ -17,8 +17,8 @@ concurrency:
jobs: jobs:
deploy-documentation: deploy-documentation:
#if: startsWith(github.ref, 'refs/tags/')
environment: environment:
if: startsWith(github.ref, 'refs/tags/')
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest runs-on: ubuntu-latest