There was an error while loading. Please reload this page.
1 parent c8f359c commit ecd9973Copy full SHA for ecd9973
1 file changed
.github/workflows/docs.yml
@@ -5,14 +5,14 @@ on:
5
branches:
6
- main
7
paths:
8
- - .github/workflows/publish-docs.yml
+ - .github/workflows/docs.yml
9
- common.mk
10
- versions.mk
11
- docs/**
12
- hack/tools/**
13
pull_request:
14
15
16
17
18
@@ -21,6 +21,8 @@ on:
21
22
permissions:
23
contents: read
24
+ pages: write
25
+ id-token: write
26
27
concurrency:
28
group: ${{ github.workflow }}-${{ github.ref }}
@@ -59,9 +61,6 @@ jobs:
59
61
if: github.ref == 'refs/heads/main'
60
62
needs: build
63
runs-on: ubuntu-latest
- permissions:
- pages: write
64
- id-token: write
65
environment:
66
name: github-pages
67
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments