File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 8383 mv -v MANUAL.html theme.css plots build
8484
8585 - name : Deploy
86- uses : JamesIves/github-pages-deploy-action@4
86+ uses : JamesIves/github-pages-deploy-action@v4
8787 with :
8888 token : ${{ secrets.GITHUB_TOKEN }}
8989 branch : gh-pages
Original file line number Diff line number Diff line change 22
33pandoc-plot uses [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html )
44
5+ ## Release 1.5.5
6+
7+ * Fixed an issue where there was a race condition when rendering multiple identical figures (#53 ).
8+
59## Release 1.5.4
610
711* Fixed an issue where graphviz plots in vector format were cropped when a DPI was specified (#40 ).
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : pandoc-plot
3- version : 1.5.4
3+ version : 1.5.5
44synopsis : A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice.
55description : A Pandoc filter to include figures generated from code blocks.
66 Keep the document and code in the same location. Output is
You can’t perform that action at this time.
0 commit comments