Skip to content

Commit

Permalink
ci: Fix branch name for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx authored Feb 13, 2024
1 parent 5531674 commit 8a094ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build the public website, and publish to GitHub Pages

on:
push:
branches: [ "main" ]
branches: [ "master" ]

permissions:
contents: read
Expand Down

0 comments on commit 8a094ad

Please sign in to comment.