Skip to content

Commit 63541b0

Browse files
committed
ci(actions): add environment configuration for GitHub Pages deployment
1 parent 70a05f0 commit 63541b0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/publish-docsify.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,10 @@ jobs:
3939
permissions:
4040
pages: write
4141
id-token: write
42+
environment:
43+
name: github-pages
44+
url: ${{ steps.deployment.outputs.page_url }}
4245
steps:
43-
- uses: actions/deploy-pages@v4
46+
- name: Deploy to GitHub Pages
47+
id: deployment
48+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)