Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Small change to trigger build/deploy
  • Loading branch information
popey committed Nov 27, 2023
1 parent 4dda51a commit c688709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Website
name: Deploy Website to GH Pages

on:
push:
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
git config --global user.email [email protected]
git add .
git diff-index --quiet HEAD || git commit -m "Deploy website updates with GitHub Actions: ${GITHUB_SHA}"
git push origin gh-pages
git push origin gh-pages

0 comments on commit c688709

Please sign in to comment.