1

Update workflow
Some checks failed
Build LaTeX document / build-latex (push) Failing after 7s

This commit is contained in:
2023-11-09 22:32:02 +01:00
parent ec6c01b25b
commit 334484d8e3

View File

@ -10,6 +10,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Print
run: |
echo ${{ github.workspace }}
echo $GITHUB_WORKSPACE
- name: Build LaTeX document
uses: https://github.com/xu-cheng/texlive-action@v2
with: