diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef45913..333e78d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - name: Copy Files to Personal Repository + uses: actions/checkout@v4 with: repository: 1eeyerin/BloodFolio token: ${{ secrets.PERSONAL_REPO }}