Skip to content

Commit

Permalink
馃殌 Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro committed Jan 18, 2023
1 parent faa8d84 commit 3f9d43d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
branches:
- master

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: "pages"
Expand Down

0 comments on commit 3f9d43d

Please sign in to comment.