Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed Nov 9, 2023
1 parent 897d24f commit 872585b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
echo "Git credentials configured."
git checkout gh-pages
git add .
git commit -m "Automatic build of CSS from data" && git push --set-upstream origin master || true
git commit -m "Automatic build of CSS from data" && git push --set-upstream origin gh-pages || true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 872585b

Please sign in to comment.