Skip to content

Commit

Permalink
Merge branch 'main' into ci/get-quarto-web-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Nov 24, 2024
2 parents 4ef4b21 + 51c505c commit 36e4902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quarto-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
find _quarto-web/docs/extensions/listings -type f -name "*.yml" ! -name "_*" \
-exec grep -o 'path: https://github.com/.*' {} \; \
| sed 's/path: https:\/\/github.com\///' | sed 's/blob\/[^/]*\///' > _quarto-web/quarto-web-extensions.csv
cat "${CSV_FILE}" | cut -d'/' -f1,2 > _quarto-web/quarto-extensions.csv
cat "${CSV_FILE}" > _quarto-web/quarto-extensions.csv
echo "gadenbuie/countdown" >> _quarto-web/quarto-extensions.csv
extensions_to_add=$(grep -Fvxi -f _quarto-web/quarto-extensions.csv _quarto-web/quarto-web-extensions.csv || true)
rm -rf _quarto-web
Expand Down

0 comments on commit 36e4902

Please sign in to comment.