Skip to content

Commit

Permalink
Update github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MotooriKashin authored Jul 31, 2024
1 parent 981bb8b commit 0e774e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy:
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
Expand All @@ -41,7 +45,7 @@ jobs:
run: npm run github-pages

- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4
with:
# upload entire directory
path: './src/docs/'
Expand Down

0 comments on commit 0e774e8

Please sign in to comment.