We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394cb8b commit 74ff83bCopy full SHA for 74ff83b
.github/workflows/main.yml
@@ -4,7 +4,7 @@ jobs:
4
build_latex:
5
runs-on: ubuntu-latest
6
container:
7
- image: ghcr.io/vsht/feyncalc/latex-docker:main-17909e0
+ image: ghcr.io/vsht/feyncalc/latex-docker:latest
8
credentials:
9
username: ${{ secrets.GHCR_USERNAME }}
10
password: ${{ secrets.GHCR_TOKEN }}
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v2
14
- name: Compile LaTeX document
15
run: |
16
- ararar FeynCalcManual.tex
+ arara FeynCalcManual.tex
17
- name: Upload the resulting PDF
18
uses: ncipollo/release-action@v1
19
with:
0 commit comments