diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml new file mode 100644 index 0000000..a2bdc62 --- /dev/null +++ b/.github/workflows/sync.yml @@ -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