We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7153f commit b08c25aCopy full SHA for b08c25a
.github/workflows/build_and_commit_docs.yml
@@ -3,11 +3,7 @@ on:
3
branches: ['main']
4
workflow_dispatch: {}
5
6
-permissions:
7
- contents: write
8
- pull-requests: write
9
-
10
-name: build-and-commit-docs
+name: Build and commit documentation
11
12
jobs:
13
build-docs:
.github/workflows/build_docs.yml
@@ -6,11 +6,6 @@ on:
workflow_call: {}
14
15
build:
16
runs-on: ubuntu-latest
0 commit comments