Skip to content

Commit 01d909b

Browse files
authored
Fix pages deploy directory (#8)
1 parent 100f4f6 commit 01d909b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
- uses: actions/upload-pages-artifact@v3
4949
with:
50-
path: .dg/site
50+
path: site
5151

5252
- uses: actions/deploy-pages@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.dg/
33
.dg.lock
44
cache/
5+
site/

0 commit comments

Comments
 (0)