diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9675d61..4d46411 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: - name: Move modpacks to build folder run: find ../modpacks -name '*.mrpack' -exec cp {} ./build \; - name: Push to repository - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build