Skip to content

Commit e47e842

Browse files
committed
Update ci
1 parent 3de9c8e commit e47e842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
- name: Check out the repository
1010
uses: actions/checkout@v4
1111
with:
12-
path: gitinfo-lua
12+
path: ${{ github.workspace }}/gitinfo-lua
1313
fetch-tags: true
1414
fetch-depth: 0
1515
- name: Check out texmf
1616
uses: actions/checkout@v4
1717
with:
1818
repository: Xerdi/texmf-packaging
19-
path: texmf
19+
path: ${{ github.workspace }}/texmf
2020
- name: Run the build process with Docker
2121
uses: addnab/docker-run-action@v3
2222
with:

0 commit comments

Comments
 (0)