Skip to content

Commit da62c41

Browse files
committed
fix: include hidden files in build artifact to ensure .nojekyll is uploaded
1 parent 06c41ad commit da62c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ jobs:
5151
with:
5252
name: website-build-${{ github.run_id }}
5353
path: ${{ env.BUILD_PATH }}
54-
retention-days: 1
54+
retention-days: 1
55+
include-hidden-files: true

0 commit comments

Comments
 (0)