Skip to content

Commit f3c660f

Browse files
Okay, yep, I was completely misunderstanding it.
1 parent 3a14f93 commit f3c660f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
uses: actions/checkout@v4
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
36-
# - name: Upload artifact
37-
# uses: actions/upload-pages-artifact@v3
38-
# with:
36+
- name: Upload artifact
37+
uses: actions/upload-pages-artifact@v3
38+
with:
3939
# Upload entire repository
40-
# path: '.'
40+
path: '.'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
4343
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)