Skip to content

Commit 684df14

Browse files
committed
move the src repo checkout
1 parent 1c144d5 commit 684df14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/compile.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
path: master
23+
- name: Checkout src repo
24+
uses: actions/checkout@v4
25+
with:
26+
repository: devnull-cz/unix-linux-prog-in-c-src
27+
path: src
2328
- name: Install pre-requisites for LaTeX
2429
working-directory: master
2530
run: ./dev/install-latex.sh

.github/workflows/pdfs.yml

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ 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
2116
- name: Install pre-requisites for LaTeX
2217
working-directory: master
2318
run: ./dev/install-latex.sh

0 commit comments

Comments
 (0)