mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix the upload docs action after renaming master
to main
(#30820)
This commit is contained in:
parent
396af7c563
commit
63701b338c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -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="" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue