Skip to content

Commit

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

0 comments on commit 47dce3f

Please sign in to comment.