Skip to content

Commit fa51438

Browse files
test output
1 parent ecbf695 commit fa51438

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ jobs:
4040
uses: actions/upload-pages-artifact@v3
4141
with:
4242
path: docs-site
43+
outputs:
44+
page_url: ${{ steps.deployment.outputs.page_url }}
4345

4446
# Deployment job
4547
deploy:
4648
environment:
4749
name: github-pages
48-
url: ${{ steps.deployment.outputs.page_url }}
50+
url: ${{ needs.build.outputs.page_url }}
4951
runs-on: ubuntu-latest
5052
needs: build
5153
steps:

0 commit comments

Comments
 (0)