Skip to content

Commit b21239a

Browse files
committed
ci: fix
1 parent ea2e1f9 commit b21239a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,18 @@ jobs:
3636
run: uv run mkdocs build --clean --site-dir site
3737

3838
- name: Upload Pages artifact
39+
id: deployment
3940
uses: actions/upload-pages-artifact@v4
4041
with:
4142
path: "site"
4243

4344
deploy:
45+
environment:
46+
name: github-pages
47+
url: ${{ steps.deployment.outputs.page_url }}
4448
runs-on: ubuntu-latest
4549
needs: build
4650
steps:
4751
- name: Deploy to GitHub Pages
52+
id: deployment
4853
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)