mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use master branch for github docs push.
This commit is contained in:
parent
d75150b162
commit
96315e0193
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
git add .
|
||||
git -c user.name="Workflow" -c user.email="" \
|
||||
commit -q -m "Rebuild Servo documentation"
|
||||
git remote set-url origin https://git:${DOC_SERVO_ORG}@github.com/servo/doc.servo.org
|
||||
git push --force origin FETCH_HEAD:gh-pages
|
||||
git remote add origin https://git:${DOC_SERVO_ORG}@github.com/servo/doc.servo.org
|
||||
git push --force origin master:gh-pages
|
||||
env:
|
||||
DOC_SERVO_ORG: ${{ secrets.DOC_SERVO_ORG }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue