This commit is contained in:
		| @@ -12,13 +12,12 @@ jobs: | ||||
|     steps: | ||||
|       - name: Checkout code | ||||
|         uses: actions/checkout@v3 | ||||
|          | ||||
|       - name: Build LaTeX | ||||
|         uses: docker://nareshkumarrao/texliveonfly:latest | ||||
|  | ||||
|       - uses: wtfjoke/setup-tectonic@v3 | ||||
|         with: | ||||
|           entrypoint: /bin/sh | ||||
|           args: -c "tlmgr update --self --all && texliveonfly Main.tex && biber main && texliveonfly Main.tex && biber main && texliveonfly Main.tex" | ||||
|        | ||||
|             biber-version: 'latest' | ||||
|       - run: tectonic Main.tex | ||||
|  | ||||
|       # - name: Create Release | ||||
|       #   uses: softprops/action-gh-release@v1 | ||||
|       #   if: startsWith(github.ref, 'refs/tags/') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nareshkumar Rao
					Nareshkumar Rao