Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
liziwl committed May 13, 2023
1 parent a9c9a38 commit cd50a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build pdf
run: |
docker run --rm -v "$(pwd)":/docs ghcr.io/liziwl/texlive-full-with-fonts:latest /bin/bash -c "make cleanall && make thesis slide"
docker run --rm -v "$(pwd)":/docs ghcr.io/liziwl/texlive-full-with-fonts:${{ matrix.texlive }} /bin/bash -c "make cleanall && make thesis slide"
- name: Publish PDF as actions assets
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cd50a77

Please sign in to comment.