Skip to content

Commit

Permalink
ci: Fixed GitHub Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 2, 2023
1 parent 66cb010 commit 7ed938e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
branches:
- main

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

jobs:
build-test-publish:
name: Build, test and publish
Expand Down

0 comments on commit 7ed938e

Please sign in to comment.