Skip to content

Commit

Permalink
fix pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rovati authored Feb 7, 2024
1 parent 90e8302 commit bbe11b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
echo "Committing to deployment: ${{ github.event.head_commit.message }}"
echo ""
git commit -m "${{ github.event.head_commit.message }}"
git push origin gh-pages
git push origin deployment

0 comments on commit bbe11b9

Please sign in to comment.