Skip to content

Commit 0ac395d

Browse files
committed
Fixed CI
1 parent b05ef19 commit 0ac395d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
# Review gh actions docs if you want to further define triggers, paths, etc
8-
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
97

108
jobs:
119
build:
@@ -28,7 +26,7 @@ jobs:
2826
- name: Upload Build Artifact
2927
uses: actions/upload-pages-artifact@v3
3028
with:
31-
path: /build
29+
path: build
3230

3331
deploy:
3432
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)