We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91736e6 commit 40cd5b3Copy full SHA for 40cd5b3
1 file changed
.github/workflows/deploy.yml
@@ -5,7 +5,7 @@ name: Deploy Portfolio to GitHub Pages
5
on:
6
push:
7
branches:
8
- - main
+ - master
9
10
workflow_dispatch:
11
@@ -42,13 +42,10 @@ jobs:
42
- name: Build with Gradle
43
run: ./gradlew kobwebExport --no-daemon
44
45
- - name: List files in workspace
46
- run: ls -R
47
-
48
- name: Upload artifact
49
uses: actions/upload-pages-artifact@v3
50
with:
51
- path: ./site/build/kobweb/site
+ path: ./site/.kobweb/site
52
53
deploy:
54
environment:
0 commit comments