We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd71b9 commit 16ddc5eCopy full SHA for 16ddc5e
.github/workflows/main.yml
@@ -22,11 +22,13 @@ jobs:
22
with:
23
image: maclotsen/texlive:with-gf
24
shell: bash
25
- options: --rm -i -v ${{ github.workspace }}:/data -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf
+ options: --rm -i -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/data
26
run: |
27
- pwd
+ 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
- name: Archive Documentation
34
uses: actions/upload-artifact@v3
0 commit comments