mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
Update docs-gh-pages.yml
This commit is contained in:
parent
56a811af58
commit
fd6d606e74
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-gh-pages.yml
vendored
2
.github/workflows/docs-gh-pages.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: /docs #${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue