Skip to content

Commit

Permalink
ci: checkout repository
Browse files Browse the repository at this point in the history
  • Loading branch information
RangHo committed Jul 16, 2024
1 parent 2bb32a5 commit bd6db5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ jobs:
pdfs: ${{ steps.find-pdfs.outputs.matrix }}

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Find all PDF talks
id: find-pdfs
run: |
find . -name 'index.pdf' \
| xargs dirname \
| xargs basename \
| xargs basename -a \
| jq -R \
| jq -cs '{ "talk": . }' \
> matrix.json
Expand Down

0 comments on commit bd6db5a

Please # to comment.