Skip to content

Commit

Permalink
Add git config permissions routine to test docs via push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Nov 18, 2024
1 parent 06bc1af commit 46e531c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,8 @@ jobs:
with:
submodules: true

- name: Git ownership exception
run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE"

- name: Check and verify documentation
run: /bin/sh ./scripts/deploy.sh docs

0 comments on commit 46e531c

Please sign in to comment.