Skip to content

Commit 6fbb648

Browse files
committed
Update ci
1 parent 0c16cf2 commit 6fbb648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
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: ${{ github.workspace }}/gitinfo-lua
12+
path: 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: ${{ github.workspace }}/texmf
19+
path: texmf
2020
- name: Debug Info
2121
run: |
2222
echo CURRENT WORKING DIRECTORY $PWD
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
image: maclotsen/texlive:with-gf
2929
shell: bash
30-
options: --rm -i -v ${{ github.workspace }}:/data
30+
options: --rm -i -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/data
3131
run: |
3232
echo PWD: $PWD
3333
echo FILES:

0 commit comments

Comments
 (0)