1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2024-09-19 19:25:45 +00:00

ci(deploy): 添加 repo-deploy 配置

This commit is contained in:
Carm Jos 2022-05-30 04:11:59 +08:00
parent 0005ce13b4
commit 1a9024ca40

View File

@ -73,7 +73,7 @@ jobs:
cd deploy cd deploy
git init git init
git remote add origin git@github.com:${{ github.repository_owner }}/${{ github.event.repository.name }}.git git remote add origin git@github.com:${{ github.repository_owner }}/${{ github.event.repository.name }}.git
git checkout -b gh-pages git checkout -b repo
git add -A git add -A
git commit -m "Maven project deployment." git commit -m "Maven project deployment."