Skip to content

Commit

Permalink
fixing writerside deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
matdave committed Jun 17, 2024
1 parent e809f03 commit 1c3a262
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
# Requires build job results
needs: build

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

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1c3a262

Please sign in to comment.