Skip to content

Commit e440a11

Browse files
authored
fix typo
1 parent 313e047 commit e440a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Upload Artifacts
2626
uses: actions/upload-pages-artifact@v3
2727
with:
28-
path: '/build/'
28+
path: 'build/'
2929

3030
deploy:
3131
needs: build_site

0 commit comments

Comments
 (0)