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.
2 parents 099c8e9 + 34c4ecf commit 234594cCopy full SHA for 234594c
.github/workflows/joss.yml
@@ -28,7 +28,7 @@ jobs:
28
cd doc
29
cp -r ../../doc/joss ./
30
cd joss
31
- pandoc paper.md -o paper.pdf --bibliography ./paper.bib --latex-engine=xelatex
+ pandoc paper.md -o paper.pdf --bibliography ./paper.bib --pdf-engine=xelatex
32
popd
33
- uses: actions/upload-artifact@v1.0.0
34
with:
.gitlab-ci.yml
@@ -924,7 +924,7 @@ gh-pages:
924
- git diff --quiet HEAD ||
925
(git commit -m "Update documentation from ginkgo-project/ginkgo@${CURRENT_SHA}" && git push)
926
dependencies: null
927
- needs: [ "sync" ]
+ needs: []
928
929
930
threadsanitizer:
0 commit comments