We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b93b47 commit 0c394bdCopy full SHA for 0c394bd
.github/workflows/build.yml
@@ -2,9 +2,6 @@ name: Generate page docs
2
3
on: push
4
5
-permissions:
6
- contents: write
7
-
8
jobs:
9
build:
10
runs-on: ubuntu-latest
.github/workflows/generate-page-docs.yml
@@ -6,7 +6,7 @@ permissions:
contents: write
- build:
+ generate-page-docs:
11
12
steps:
0 commit comments