Skip to content

Commit 16ddc5e

Browse files
committed
Update ci
1 parent bdd71b9 commit 16ddc5e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
with:
2323
image: maclotsen/texlive:with-gf
2424
shell: bash
25-
options: --rm -i -v ${{ github.workspace }}:/data -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf
25+
options: --rm -i -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/data
2626
run: |
27-
pwd
27+
echo PWD: $PWD
28+
echo FILES:
2829
ls
2930
git config --global --add safe.directory /data/gitinfo-lua
31+
# git clone https://github.com/Xerdi/texmf-packaging.git texmf
3032
make -C gitinfo-lua build
3133
- name: Archive Documentation
3234
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)