Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit a3af073

Browse files
authored
Switched to new deployment schema
Marcel fucked up a lot of things, so we had to perform multiple commits...
1 parent a73690b commit a3af073

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,21 @@ jobs:
6060
runs-on: ubuntu-latest
6161

6262
steps:
63-
- run: git init
63+
- uses: actions/checkout@v3
64+
with:
65+
repository: themorpheustutorials/webspace
6466

6567
- uses: actions/download-artifact@v3
6668
with:
6769
name: cryptic-website
70+
path: __dist
6871

6972
- name: Deploy Repository
7073
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6
7174
with:
7275
repository-name: themorpheustutorials/webspace
7376
branch: main
74-
folder: .
77+
folder: __dist
7578
clean: true
7679
target-folder: www/net.cryptic-game
7780

0 commit comments

Comments
 (0)