Skip to content

Commit

Permalink
ci: allow the temporary repo to use the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylajara authored Jun 25, 2024
1 parent 0edb702 commit c87c409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/host_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
git init
touch .nojekyll
git add -A
git config --system init.defaultBranch master
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --system --add safe.directory /github/workspace/docs/build/html
Expand Down

0 comments on commit c87c409

Please sign in to comment.