Skip to content

Commit 40cd5b3

Browse files
committed
changes to deploy.yml
1 parent 91736e6 commit 40cd5b3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Deploy Portfolio to GitHub Pages
55
on:
66
push:
77
branches:
8-
- main
8+
- master
99

1010
workflow_dispatch:
1111

@@ -42,13 +42,10 @@ jobs:
4242
- name: Build with Gradle
4343
run: ./gradlew kobwebExport --no-daemon
4444

45-
- name: List files in workspace
46-
run: ls -R
47-
4845
- name: Upload artifact
4946
uses: actions/upload-pages-artifact@v3
5047
with:
51-
path: ./site/build/kobweb/site
48+
path: ./site/.kobweb/site
5249

5350
deploy:
5451
environment:

0 commit comments

Comments
 (0)