Skip to content

Commit

Permalink
Add safe dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Seniatical committed Apr 10, 2023
1 parent 59d0c9c commit aea4026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ jobs:
cd docs/build/html
git init
touch .nojekyll
git add -A
git config --global --add safe.directory '*'
git config --local user.email "action@github.com"
git config --local user.name "Github Action"
git commit -m 'deploy'
- name: Deploy Docs
Expand Down

0 comments on commit aea4026

Please sign in to comment.