Skip to content

Commit 7d77744

Browse files
Simplify workflow: remove environment requirement
Remove github-pages environment requirement to avoid runner queue delays. The deployment will still work but without environment protection. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 77df57d commit 7d77744

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ concurrency:
2020
jobs:
2121
deploy:
2222
runs-on: ubuntu-latest
23-
environment:
24-
name: github-pages
25-
url: ${{ steps.deployment.outputs.page_url }}
26-
2723
steps:
2824
- name: Checkout
2925
uses: actions/checkout@v4

0 commit comments

Comments
 (0)