Skip to content

Commit c614398

Browse files
committed
Fix GitHub Pages workflow by adding missing path parameter
1 parent 808efe1 commit c614398

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Pages
1+
name: GitHub Pages
22

33
on:
44
push:
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v1
38+
with:
39+
path: ./_site # Ensure this matches your intended artifact directory
3840

3941
deploy:
4042
environment:

0 commit comments

Comments
 (0)