Merge pull request #172 from ryantm/rm-3-4-doc

doc: try to fix doc ci
This commit is contained in:
Ryan Mulligan 2023-03-04 12:05:30 -08:00 committed by GitHub
commit 36986c8fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 deletions

View File

@ -6,17 +6,15 @@ on:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
publish:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: true
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}