diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..ef154aa --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,11 @@ +on: [push] + ... + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://codeberg.org/Purplebored/My-Personal-Website.git' + GIT_USERNAME: purplebored + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}