Skip to content

Commit 66ff65f

Browse files
committed
Improved CI/CD
1 parent 0126550 commit 66ff65f

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ jobs:
136136
pages: write
137137
id-token: write
138138

139-
environment:
140-
name: github-pages
141-
url: ${{ steps.deployment.outputs.page_url }}
142-
143139
steps:
144140
- name: Checkout
145141
uses: actions/checkout@v4

.github/workflows/deploy-web.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
runs-on: ubuntu-latest
2727
name: Deploy Web Application
2828

29-
environment:
30-
name: github-pages
31-
url: ${{ steps.deployment.outputs.page_url }}
32-
3329
steps:
3430
- name: Checkout
3531
uses: actions/checkout@v4

0 commit comments

Comments
 (0)