Skip to content

Commit

Permalink
ci(quarto-web.yml): fix commit command (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Jul 5, 2024
1 parent 171ff13 commit 0370925
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/quarto-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
git checkout -b "${{ env.BRANCH }}"
- name: Render figures
- name: Get extensions from Quarto Website and commit
shell: bash
run: |
CSV_FILE="extensions/quarto-extensions.csv"
Expand All @@ -43,16 +43,8 @@ jobs:
cat "${CSV_FILE}" | cut -d'/' -f1,2 > _quarto-web/quarto-extensions.csv
grep -Fvx -f _quarto-web/quarto-extensions.csv _quarto-web/quarto-web-extensions.csv >> "${CSV_FILE}"
rm -rf _quarto-web
- name: Commit
shell: bash
run: |
git add media/*
git add "${CSV_FILE}"
git commit -m "${{ env.COMMIT }}"
- name: Push changes
shell: bash
run: |
git push --force origin ${{ env.BRANCH }}
- name: Create Pull Request
Expand Down

0 comments on commit 0370925

Please sign in to comment.