Skip to content

Commit 037728b

Browse files
ericdalloeca
andcommitted
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

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
workflow_dispatch:
77

88
permissions:

public/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)