Updated mirror links.
This commit is contained in:
parent
b11b6015d1
commit
2d644d5f0f
2 changed files with 12 additions and 0 deletions
11
.github/workflows/mirror.yml
vendored
11
.github/workflows/mirror.yml
vendored
|
@ -28,3 +28,14 @@ jobs:
|
|||
with:
|
||||
source-repo: "git@github.com:batuhan-basoglu/Batuhan-Basoglu-Website.git"
|
||||
destination-repo: "git@codeberg.org:batuhan-basoglu/Batuhan-Basoglu-Website.git"
|
||||
|
||||
forgejo:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Mirror to Forgejo
|
||||
uses: wearerequired/git-mirror-action@v1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:batuhan-basoglu/Batuhan-Basoglu-Website.git"
|
||||
destination-repo: "git@git.batuhan.basoglu.co:batuhan-basoglu/Batuhan-Basoglu-Website.git"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
color: rgb(200, 195, 188);
|
||||
margin: -20px 0
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Reference in a new issue