Create sync.yml

This commit is contained in:
Boof 2023-03-23 13:41:01 +01:00 committed by GitHub
parent 078523418a
commit 98cd946f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/sync.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: sync with codeberg
on:
push:
branches: [ main ]
jobs:
sitemap_job:
runs-on: ubuntu-latest
name: sync
steps:
- name: clone
run:
git clone https://github.com/hexahigh/games.git
git clone https://github.com/hexahigh/portfolio.git
git clone https://github.com/hexahigh/nodejs-hash-antivirus.git