Skip to content

Commit 234594c

Browse files
author
Terry Cojean
authored
Merge fix errors with the pipelines for 1.5.0
Simplex fixes to joss action and doc generation
2 parents 099c8e9 + 34c4ecf commit 234594c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/joss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cd doc
2929
cp -r ../../doc/joss ./
3030
cd joss
31-
pandoc paper.md -o paper.pdf --bibliography ./paper.bib --latex-engine=xelatex
31+
pandoc paper.md -o paper.pdf --bibliography ./paper.bib --pdf-engine=xelatex
3232
popd
3333
- uses: actions/upload-artifact@v1.0.0
3434
with:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ gh-pages:
924924
- git diff --quiet HEAD ||
925925
(git commit -m "Update documentation from ginkgo-project/ginkgo@${CURRENT_SHA}" && git push)
926926
dependencies: null
927-
needs: [ "sync" ]
927+
needs: []
928928

929929

930930
threadsanitizer:

0 commit comments

Comments
 (0)