Skip to content

Commit 632ecd7

Browse files
authored
Update docs.yml
1 parent dd4b19e commit 632ecd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
- "README.md"
1010
workflow_dispatch:
1111

12-
permissions:
13-
contents: write
14-
1512
jobs:
1613
update-docs:
1714
name: Update Documentation
1815
runs-on: ubuntu-24.04
1916
if: github.repository == 'mfranzke/css-if-polyfill'
2017

18+
permissions:
19+
contents: write
20+
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)