diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index c5e6327..b43c37c 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -17,6 +17,6 @@ jobs: - name: mirror-repository uses: spyoungtech/mirror-action@v0.5.1 with: - REMOTE: 'https://codeberg.org/aplos/aplos.git' + REMOTE: 'https://codeberg.org/aplos/docs.git' GIT_USERNAME: gxbs GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}