Skip to content

Commit 3c2f9ac

Browse files
committed
Merge branch 'main' of github.com:ManimCommunity/manim-website
2 parents b3ae657 + 02a87e2 commit 3c2f9ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070

7171
deploy:
7272
name: Deploy Site
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
7377
environment:
7478
name: github-pages
7579
url: ${{ steps.deploy.outputs.page_url }}

0 commit comments

Comments
 (0)