Skip to content

Commit ebf2fb4

Browse files
committed
Fix GitHub Pages deployment: remove environment restriction to allow deployment from main branch
1 parent 62b2c8b commit ebf2fb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ concurrency:
1616

1717
jobs:
1818
deploy:
19-
environment:
20-
name: gh-pages
21-
url: ${{ steps.deployment.outputs.page_url }}
2219
runs-on: ubuntu-latest
2320
steps:
2421
- name: Checkout repository

0 commit comments

Comments
 (0)