Skip to content

Commit

Permalink
Revert 88b1adc, publish to pages again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEpicBlock committed Sep 29, 2024
1 parent a6a058d commit 7161079
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ jobs:

# Deploy

- name: 🤳 Deploy website
uses: XPH0816/[email protected]
- name: Configure pages
id: pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
url: https://theepicblock.nl/
username: modfestghci
password: ${{ secrets.TEB_WEBDAV_PASSWORD }}
local: "./generated/pack/"
remote: "private/ModFest-1-21"
path: generated/pack/
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 7161079

Please sign in to comment.