Skip to content

Commit

Permalink
Fix permissions, set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
evankanderson committed Oct 11, 2024
1 parent aa7e620 commit cb85761
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ on:

jobs:
build:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest

permissions:
contents: read
pages: write

defaults:
run:
working-directory: ./docs
steps:
- name: Checkout docs
uses: actions/checkout@v4
Expand Down

0 comments on commit cb85761

Please sign in to comment.