Skip to content

Commit

Permalink
Merge fix errors with the pipelines for 1.5.0
Browse files Browse the repository at this point in the history
Simplex fixes to joss action and doc generation
  • Loading branch information
tcojean authored Nov 14, 2022
2 parents 099c8e9 + 34c4ecf commit 234594c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/joss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd doc
cp -r ../../doc/joss ./
cd joss
pandoc paper.md -o paper.pdf --bibliography ./paper.bib --latex-engine=xelatex
pandoc paper.md -o paper.pdf --bibliography ./paper.bib --pdf-engine=xelatex
popd
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ gh-pages:
- git diff --quiet HEAD ||
(git commit -m "Update documentation from ginkgo-project/ginkgo@${CURRENT_SHA}" && git push)
dependencies: null
needs: [ "sync" ]
needs: []


threadsanitizer:
Expand Down

0 comments on commit 234594c

Please sign in to comment.