From e1328d12de69663186ff9a9f867f7d5d2f39f4ef Mon Sep 17 00:00:00 2001 From: TheEpicBlock Date: Sat, 28 Sep 2024 16:02:37 +0200 Subject: [PATCH] Temporarily deploy to theepicblock.nl --- .github/workflows/deploy.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eac951e..2298102 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -80,13 +80,12 @@ jobs: # Deploy - - name: Configure pages - id: pages - uses: actions/configure-pages@v3 - - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + - name: 🤳 Deploy website + uses: XPH0816/webdav-deploy-action@v0.3 with: - path: pack_generated/ - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + url: https://theepicblock.nl/ + username: modfestghci + password: ${{ secrets.TEB_WEBDAV_PASSWORD }} + local: "./pack_generated/" + remote: "private/ModFest-1-21" + method: "copy" \ No newline at end of file