Skip to content

Commit f3a12bb

Browse files
beihailiclaude
andcommitted
fix: add environment config to deploy workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0dabce9 commit f3a12bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ on:
1212
jobs:
1313
deploy:
1414
runs-on: ubuntu-latest
15-
15+
16+
environment:
17+
name: github-pages
18+
url: ${{ steps.deployment.outputs.page_url }}
19+
1620
permissions:
1721
contents: read
1822
pages: write

0 commit comments

Comments
 (0)