Skip to content

Commit 312734d

Browse files
committed
Update github actions to test Github Pages
1 parent acb90fe commit 312734d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- name: find where the files are
3535
run: |
3636
pwd
37-
#ls -alR .
37+
ls -alR .
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3
4040
with:
41-
path: content/www/
41+
path: build/site/
4242
- name: Deploy to GitHub Pages
4343
id: deployment
4444
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)