File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ jobs:
20
20
- name : Run the build process with Docker
21
21
uses : addnab/docker-run-action@v3
22
22
with :
23
- image : maclotsen/texlive:with-gf
24
- shell : bash
25
- options : --rm -i -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/data
26
- run : |
27
- echo PWD: $PWD
28
- echo FILES:
29
- ls
30
- git config --global --add safe.directory /data/gitinfo-lua
31
- # git clone https://github.com/Xerdi/texmf-packaging.git texmf
32
- make -C gitinfo-lua build
23
+ image : maclotsen/texlive:with-gf
24
+ shell : bash
25
+ options : --rm -i -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/data
26
+ run : |
27
+ echo PWD: $PWD
28
+ echo FILES:
29
+ ls
30
+ git config --global --add safe.directory /data/gitinfo-lua
31
+ # git clone https://github.com/Xerdi/texmf-packaging.git texmf
32
+ make -C gitinfo-lua build
33
33
- name : Archive Documentation
34
34
uses : actions/upload-artifact@v3
35
35
with :
You can’t perform that action at this time.
0 commit comments