Skip to content

Commit 79dcc7a

Browse files
bjohansebaswesleytodd
authored andcommitted
fix upload path
1 parent 2d6a0ed commit 79dcc7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
name: Index and build site
1+
name: Generate Statusboard
22

33
on:
44
push:
5+
branches:
6+
- main
57
workflow_dispatch:
68

79
permissions:
@@ -46,7 +48,7 @@ jobs:
4648
- name: Upload artifact
4749
uses: actions/upload-pages-artifact@v3
4850
with:
49-
path: './github-pages'
51+
path: './gh-pages'
5052
- name: Deploy to GitHub Pages
5153
id: deployment
5254
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)