We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2e1f9 commit b21239aCopy full SHA for b21239a
1 file changed
.github/workflows/deploy.yml
@@ -36,13 +36,18 @@ jobs:
36
run: uv run mkdocs build --clean --site-dir site
37
38
- name: Upload Pages artifact
39
+ id: deployment
40
uses: actions/upload-pages-artifact@v4
41
with:
42
path: "site"
43
44
deploy:
45
+ environment:
46
+ name: github-pages
47
+ url: ${{ steps.deployment.outputs.page_url }}
48
runs-on: ubuntu-latest
49
needs: build
50
steps:
51
- name: Deploy to GitHub Pages
52
53
uses: actions/deploy-pages@v4
0 commit comments