From 13a500f52fde3263a8f626487a9bac340b29f123 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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eac951e..f9c4be5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -80,13 +80,13 @@ jobs: # Deploy - - name: Configure pages - id: pages - uses: actions/configure-pages@v3 - - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + - name: Upload to WebDAV + uses: bxb100/action-upload@main with: - path: pack_generated/ - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + provider: webdav + provider_options: | + endpoint=https://theepicblock.nl/ + username=modfestghci + password=${{ secrets.TEB_WEBDAV_PASSWORD }} + root=/private/ModFest-1-21/ + include: 'pack_generated/**' \ No newline at end of file