Commit 6e07397
committed
refactor: leverage gh-pages v6 native features
- Delegate CNAME and .nojekyll file creation to gh-pages v6+ (PR #533)
- Remove createCnameFile() and createNojekyllFile() - gh-pages handles this now
- Switch from callback-based to Promise-based gh-pages API (v5+ fix)
- Add real filesystem tests for CNAME/.nojekyll file creation verification
- Update all test mocks from callback to mockResolvedValue/mockRejectedValue
- Fix gh-pages.clean() test to properly test repo-specific cache deletion
- Update documentation baseline from v3.2.3 to v6.3.0
This commit completes the gh-pages v6 upgrade by using native features
instead of custom workarounds.1 parent 8b9e6bb commit 6e07397
File tree
11 files changed
+491
-403
lines changed- docs
- src
- engine
- parameter-tests
11 files changed
+491
-403
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments