1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2026-06-04 16:48:16 +08:00

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

This commit is contained in:
2022-05-30 04:11:59 +08:00
parent 0005ce13b4
commit 1a9024ca40
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
cd deploy
git init
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 commit -m "Maven project deployment."