Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed Oct 29, 2023
1 parent 4c8ea6f commit e649d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build CSS
on:
push:
branches:
- main
- gh-pages

jobs:
build:
Expand All @@ -26,7 +26,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "actions"
echo "Git credentials configured."
git checkout main
git checkout gh-pages
git add .
git commit -m "Automatic build of CSS from data" && git push --set-upstream origin master || true
env:
Expand Down

0 comments on commit e649d2f

Please sign in to comment.