Skip to content

Commit 0c394bd

Browse files
committed
.
1 parent 9b93b47 commit 0c394bd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Generate page docs
22

33
on: push
44

5-
permissions:
6-
contents: write
7-
85
jobs:
96
build:
107
runs-on: ubuntu-latest

.github/workflows/generate-page-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
contents: write
77

88
jobs:
9-
build:
9+
generate-page-docs:
1010
runs-on: ubuntu-latest
1111

1212
steps:

0 commit comments

Comments
 (0)