Commit 037728b
Fix GitHub Pages deployment: trigger on master branch, add .nojekyll
The deploy workflow was triggering on `main` but the default branch is
`master`, so the Actions workflow never ran. GitHub Pages was also
configured with build_type=legacy (deploy from branch) instead of
workflow. Added .nojekyll to prevent Jekyll from dropping assets.
🤖 Generated with [eca](https://eca.dev)
Co-Authored-By: eca <noreply@eca.dev>1 parent 47c6c14 commit 037728b
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Whitespace-only changes.
0 commit comments