Skip to content

Commit

Permalink
Fix the upload docs action after renaming master to main (servo#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson authored Dec 4, 2023
1 parent 396af7c commit 63701b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Upload docs
run: |
cd target/doc
git config --global init.defaultBranch main
git init
git add .
git -c user.name="Workflow" -c user.email="" \
Expand Down

0 comments on commit 63701b3

Please sign in to comment.