Skip to content

Commit

Permalink
Improved doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Geo committed Nov 6, 2024
1 parent b0c082f commit 5461749
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ on:
push:
tags: ['*testdocs*']

permissions: read-all
permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages

permissions:
id-token: write
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 5461749

Please sign in to comment.