mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 17:50:48 +03:00
commit
36986c8fed
1 changed files with 7 additions and 9 deletions
6
.github/workflows/doc.yml
vendored
6
.github/workflows/doc.yml
vendored
|
@ -6,17 +6,15 @@ on:
|
|||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
concurrency:
|
||||
group: "pages"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
Loading…
Reference in a new issue