diff --git a/.github/workflows/compileMyLatex.yml b/.github/workflows/compileMyLatex.yml index ce9fec94..c134786e 100644 --- a/.github/workflows/compileMyLatex.yml +++ b/.github/workflows/compileMyLatex.yml @@ -148,6 +148,11 @@ jobs: listOfCompressedFiles+="${{ github.event.inputs.file2compile }}.pdf " listOfCompressedFiles+="${{ github.event.inputs.file2compile }}_hiRes.pdf " listOfCompressedFiles+="${{ github.event.inputs.file2compile }}.html" + + + touch "${{ github.event.inputs.file2compile }}Out.txt" + + # - name: post initialized folder to repository run: |