We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa475f commit bdd71b9Copy full SHA for bdd71b9
.github/workflows/main.yml
@@ -24,6 +24,8 @@ jobs:
24
shell: bash
25
options: --rm -i -v ${{ github.workspace }}:/data -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf
26
run: |
27
+ pwd
28
+ ls
29
git config --global --add safe.directory /data/gitinfo-lua
30
make -C gitinfo-lua build
31
- name: Archive Documentation
0 commit comments