-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily deploy to theepicblock.nl
- Loading branch information
1 parent
cf56fb2
commit 88b1adc
Showing
1 changed file
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |