Update docs-gh-pages.yml

This commit is contained in:
Nuno Coração
2022-09-11 20:37:56 +01:00
committed by GitHub
parent 56a811af58
commit fd6d606e74

View File

@@ -45,7 +45,7 @@ jobs:
deploy:
environment:
name: github-pages
url: /docs #${{ steps.deployment.outputs.page_url }}
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps: