We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c16cf2 commit 6fbb648Copy full SHA for 6fbb648
.github/workflows/main.yml
@@ -9,14 +9,14 @@ jobs:
9
- name: Check out the repository
10
uses: actions/checkout@v4
11
with:
12
- path: ${{ github.workspace }}/gitinfo-lua
+ path: gitinfo-lua
13
fetch-tags: true
14
fetch-depth: 0
15
- name: Check out texmf
16
17
18
repository: Xerdi/texmf-packaging
19
- path: ${{ github.workspace }}/texmf
+ path: texmf
20
- name: Debug Info
21
run: |
22
echo CURRENT WORKING DIRECTORY $PWD
@@ -27,7 +27,7 @@ jobs:
27
28
image: maclotsen/texlive:with-gf
29
shell: bash
30
- options: --rm -i -v ${{ github.workspace }}:/data
+ options: --rm -i -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/data
31
32
echo PWD: $PWD
33
echo FILES:
0 commit comments