mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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
|
- name: Upload docs
|
||||||
run: |
|
run: |
|
||||||
cd target/doc
|
cd target/doc
|
||||||
|
git config --global init.defaultBranch main
|
||||||
git init
|
git init
|
||||||
git add .
|
git add .
|
||||||
git -c user.name="Workflow" -c user.email="" \
|
git -c user.name="Workflow" -c user.email="" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue