Skip to content

Commit

Permalink
Update build-Antora-doc.yml
Browse files Browse the repository at this point in the history
see if granting permissions in the workfile solves issue.
  • Loading branch information
gpx1000 authored Oct 3, 2024
1 parent a572cd6 commit 63e7dce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-Antora-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
push:
branches: [ main ]

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

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -90,4 +96,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./Vulkan-Site/docs-site/build/site
publish_dir: ./Vulkan-Site/docs-site/build/site

0 comments on commit 63e7dce

Please sign in to comment.