Skip to content

Commit 1adc369

Browse files
committed
Update ci
1 parent 16ddc5e commit 1adc369

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/main.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
- name: Run the build process with Docker
2121
uses: addnab/docker-run-action@v3
2222
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
3333
- name: Archive Documentation
3434
uses: actions/upload-artifact@v3
3535
with:

0 commit comments

Comments
 (0)