Skip to content

Commit 3d06309

Browse files
Update attestations.yml
1 parent 4788f75 commit 3d06309

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/attestations.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,23 @@ jobs:
6666
path: dist.tar.gz
6767

6868
# Deploy job
69-
# deploy:
70-
# # Add a dependency to the build job
71-
# needs: build
69+
deploy:
70+
# Add a dependency to the build job
71+
needs: build
7272

73-
# # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
74-
# permissions:
75-
# pages: write # to deploy to Pages
76-
# id-token: write # to verify the deployment originates from an appropriate source
73+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
74+
permissions:
75+
pages: write # to deploy to Pages
76+
id-token: write # to verify the deployment originates from an appropriate source
7777

78-
# Deploy to the github-pages environment
79-
# environment:
80-
# url: ${{ steps.deployment.outputs.page_url }}
81-
# name: github-pages
78+
# Deploy to the github-pages environment
79+
environment:
80+
url: ${{ steps.deployment.outputs.page_url }}
81+
name: github-pages
8282

83-
# Specify runner + deployment step
84-
# runs-on: ubuntu-latest
85-
# steps:
86-
# - name: Deploy to GitHub Pages
87-
# id: deployment
88-
# uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
83+
# Specify runner + deployment step
84+
runs-on: ubuntu-latest
85+
steps:
86+
- name: Deploy to GitHub Pages
87+
id: deployment
88+
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

0 commit comments

Comments
 (0)