Skip to content

Commit a236e7c

Browse files
authored
fix(ci): bump upload-pages-artifact v3 to v5 with include-hidden-files (#54)
Bumps upload-pages-artifact from v3 (56afc609) to v5 (fc324d35) and adds required `include-hidden-files: true` parameter. v5 defaults to excluding hidden files (breaking change from v3). Without this flag, .nojekyll and other dotfiles would be silently dropped from the Pages deploy. Supersedes Dependabot PR #48 which bumps the action but doesn't add the required parameter.
2 parents eb971c3 + 4cadee1 commit a236e7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828

2929
- uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3030

31-
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
31+
- uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
3232
with:
3333
path: docs
34+
include-hidden-files: true
3435

3536
- id: deployment
3637
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

0 commit comments

Comments
 (0)