Skip to content

Commit 72fe20b

Browse files
authored
Fix nesting of permissions block in docs workflow (#21930)
Whoopsie
1 parent 985f0a4 commit 72fe20b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ on:
2727
name: Deploy DataFusion site
2828

2929
jobs:
30-
permissions:
31-
contents: write
3230
build-docs:
31+
permissions:
32+
contents: write
3333
name: Build docs
3434
runs-on: ubuntu-latest
3535
steps:

0 commit comments

Comments
 (0)