From fcfb69b5768292fce8570d41dfdb98b35d0a1cab Mon Sep 17 00:00:00 2001 From: Clemens Eppner Date: Thu, 21 Nov 2024 10:36:48 -0800 Subject: [PATCH] Version 1.11.3 --- .github/workflows/draft-pdf.yml | 29 +++++++++++++++++++++++++++++ docs/index.rst | 6 +++--- 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/draft-pdf.yml diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml new file mode 100644 index 0000000..2347aa9 --- /dev/null +++ b/.github/workflows/draft-pdf.yml @@ -0,0 +1,29 @@ +name: Draft PDF +on: + push: + paths: + - paper/** + - .github/workflows/draft-pdf.yml + +jobs: + paper: + runs-on: ubuntu-latest + name: Paper Draft + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Build draft PDF + uses: openjournals/openjournals-draft-action@master + with: + journal: joss + # This should be the path to the paper within your repo. + paper-path: paper/paper.md + - name: Upload + uses: actions/upload-artifact@v4 + with: + name: paper + # This is the output path where Pandoc will write the compiled + # PDF. Note, this should be the same directory as the input + # paper.md + path: paper/paper.pdf + diff --git a/docs/index.rst b/docs/index.rst index 234e23b..5879018 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,6 @@ -############################### -Scene Synthesizer Documentation -############################### +######################################### +Scene Synthesizer |version| Documentation +######################################### A Python package to easily create scenes for robot manipulation tasks.