Skip to content

Commit

Permalink
remove specific branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 1, 2024
1 parent d7611f7 commit 71ef6e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git add .
git fetch --all
git commit -m "Quarto output" || echo "No changes to commit"
git push origin dev || echo "No changes to commit"
git push || echo "No changes to commit"

0 comments on commit 71ef6e6

Please sign in to comment.