We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6cd17 commit 81a19a6Copy full SHA for 81a19a6
.github/workflows/cd.yml
@@ -52,15 +52,12 @@ jobs:
52
deploy:
53
name: '[FE] Deploy'
54
needs: build
55
- # Grant GITHUB_TOKEN the permissions required to make a github-pages deployment
56
permissions:
57
pages: write # to deploy to Pages
58
id-token: write # to verify the deployment originates from an appropriate source
59
- # Deploy to the github-pages environment
60
environment:
61
name: github-pages
62
url: ${{ steps.deployment.outputs.page_url }}
63
- # Specify runner + deployment step
64
runs-on: ubuntu-latest
65
steps:
66
- name: Deploy to GitHub Pages
0 commit comments