Skip to content

Commit 1c144d5

Browse files
authored
checkout src repository
in preparation for examples link check
1 parent 79f8470 commit 1c144d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pdfs.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
uses: actions/checkout@v4
1414
with:
1515
path: master
16+
- name: Checkout src repo
17+
uses: actions/checkout@v4
18+
with:
19+
repository: devnull-cz/unix-linux-prog-in-c-src
20+
path: src
1621
- name: Install pre-requisites for LaTeX
1722
working-directory: master
1823
run: ./dev/install-latex.sh

0 commit comments

Comments
 (0)