This commit is contained in:
2025-02-07 12:13:39 +03:00
parent a034708f21
commit 20927485d9
2 changed files with 30 additions and 0 deletions

View File

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