We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35eeb6c commit cf9ac5eCopy full SHA for cf9ac5e
.github/workflows/build.yml
@@ -21,7 +21,8 @@ jobs:
21
- name: Compile LaTeX document
22
run: |
23
docker run --rm -v ${{ github.workspace }}:/workspace \
24
- ghcr.io/${{ github.repository_owner }}/texlive-cv:latest
+ ghcr.io/${{ github.repository_owner }}/texlive-cv:latest bash -c \
25
+ "git config --global --add safe.directory /workspace && bash toPDF.sh cv.tex"
26
27
- name: Release
28
uses: softprops/action-gh-release@v2
0 commit comments