Skip to content

Commit

Permalink
Temporarily deploy to theepicblock.nl
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEpicBlock committed Sep 28, 2024
1 parent cf56fb2 commit 13a500f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
provider: webdav
provider_options: |
endpoint=https://theepicblock.nl/
username=modfestghci
password=${{ secrets.TEB_WEBDAV_PASSWORD }}
root=/private/ModFest-1-21/
include: 'pack_generated/**'

0 comments on commit 13a500f

Please sign in to comment.