FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
advanced-java/.github/workflows/sync.yml at main · java-ys/advanced-java · GitHub
java-ys
/
advanced-java
Public
forked from
doocs/advanced-java
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
advanced-java
/
.github
/
workflows
/
sync.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
26 lines (23 loc) · 700 Bytes
Breadcrumbs
advanced-java
/
.github
/
workflows
/
sync.yml
Copy path
File metadata and controls
26 lines (23 loc) · 700 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name
:
Sync
on
:
push
:
branches
:
[main]
jobs
:
build
:
runs-on
:
ubuntu-latest
if
:
github.repository == 'doocs/advanced-java'
steps
:
-
name
:
Sync To Gitee
uses
:
wearerequired/git-mirror-action@master
env
:
SSH_PRIVATE_KEY
:
${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with
:
source-repo
:
git@github.com:doocs/advanced-java.git
destination-repo
:
git@gitee.com:Doocs/advanced-java.git
-
name
:
Build Gitee Pages
uses
:
yanglbme/gitee-pages-action@main
with
:
gitee-username
:
yanglbme
gitee-password
:
${{ secrets.GITEE_PASSWORD }}
gitee-repo
:
doocs/advanced-java
branch
:
main
Back
|
FazBrowse Home
|
New Git URL