Skip to content

Commit cb85761

Browse files
committed
Fix permissions, set working directory
1 parent aa7e620 commit cb85761

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ on:
1313

1414
jobs:
1515
build:
16+
name: Deploy to GitHub Pages
1617
runs-on: ubuntu-latest
1718

19+
permissions:
20+
contents: read
21+
pages: write
22+
23+
defaults:
24+
run:
25+
working-directory: ./docs
1826
steps:
1927
- name: Checkout docs
2028
uses: actions/checkout@v4

0 commit comments

Comments
 (0)