Skip to content

Commit 81a19a6

Browse files
authored
clean cd workflow
Signed-off-by: Damian Perera <15967502+damianperera@users.noreply.github.com>
1 parent 0c6cd17 commit 81a19a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cd.yml

-3
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,12 @@ jobs:
5252
deploy:
5353
name: '[FE] Deploy'
5454
needs: build
55-
# Grant GITHUB_TOKEN the permissions required to make a github-pages deployment
5655
permissions:
5756
pages: write # to deploy to Pages
5857
id-token: write # to verify the deployment originates from an appropriate source
59-
# Deploy to the github-pages environment
6058
environment:
6159
name: github-pages
6260
url: ${{ steps.deployment.outputs.page_url }}
63-
# Specify runner + deployment step
6461
runs-on: ubuntu-latest
6562
steps:
6663
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)