Skip to content

Commit bac305f

Browse files
committed
try deployment
1 parent 10d5328 commit bac305f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/github-pages-asciidoc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,11 @@ jobs:
104104
environment:
105105
name: github-pages
106106
url: ${{ steps.deployment.outputs.page_url }}
107-
runs-on: ubuntu-latest
108107
needs: jekyll-asciidoc
108+
permissions:
109+
pages: write # to deploy to Pages
110+
id-token: write
111+
runs-on: ubuntu-latest
109112
steps:
110113
- name: Deploy to GitHub Pages
111114
id: deployment

0 commit comments

Comments
 (0)