This commit is contained in:
@ -10,6 +10,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Print
|
||||||
|
run: |
|
||||||
|
echo ${{ github.workspace }}
|
||||||
|
echo $GITHUB_WORKSPACE
|
||||||
- name: Build LaTeX document
|
- name: Build LaTeX document
|
||||||
uses: https://github.com/xu-cheng/texlive-action@v2
|
uses: https://github.com/xu-cheng/texlive-action@v2
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user