There was an error while loading. Please reload this page.
2 parents b0d87bd + 2204e5b commit 19362c2Copy full SHA for 19362c2
1 file changed
.github/workflows/publish-pypi.yml
@@ -61,6 +61,9 @@ jobs:
61
deploy-pages:
62
needs: publish
63
runs-on: ubuntu-latest
64
+ environment:
65
+ name: github-pages
66
+ url: ${{ steps.deploy.outputs.page_url }}
67
defaults:
68
run:
69
working-directory: docs-site
@@ -94,6 +97,3 @@ jobs:
94
97
- name: Deploy to GitHub Pages
95
98
id: deploy
96
99
uses: actions/deploy-pages@v4
- environment:
- name: github-pages
- url: ${{ steps.deploy.outputs.page_url }}
0 commit comments