Skip to content

Commit

Permalink
ci: retrieve full repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Nov 24, 2024
1 parent 06e7d1b commit 51c505c
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 51c505c

Please sign in to comment.