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 88b1adc
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ 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/[email protected]
with:
path: pack_generated/
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
url: https://theepicblock.nl/
username: modfestghci
password: ${{ secrets.TEB_WEBDAV_PASSWORD }}
local: "./pack_generated/"
remote: "private/ModFest-1-21"

0 comments on commit 88b1adc

Please sign in to comment.