Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit e350b3b

Browse files
committed
fix: add missing deployment ID in GitHub Pages workflow
1 parent bb9323c commit e350b3b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-demo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ permissions:
1616
jobs:
1717
deploy:
1818
runs-on: ubuntu-latest
19+
environment:
20+
name: github-pages
21+
url: ${{ steps.deployment.outputs.page_url }}
1922
steps:
2023
- name: Generate token
2124
id: generate_token
@@ -52,4 +55,5 @@ jobs:
5255
path: ./demo/dist
5356

5457
- name: Deploy to GitHub Pages
58+
id: deployment
5559
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)