Skip to content

Commit

Permalink
Try to complete the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 28, 2024
1 parent c6e187f commit a22e794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
# Check for any differences between the working directory and the latest commit
if git diff --quiet; then
echo "No changes to commit"
echo "No changes to deploy"
exit 0
fi
Expand All @@ -97,7 +97,9 @@ jobs:
# Stage, commit and push the changes
git stage .
git commit -m '${{ steps.commit.outputs.message }}'
git log
echo "${{ steps.commit.outputs.message }}"
git push origin HEAD:gh-pages
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a22e794

Please sign in to comment.