initial releas + 2'nd attempt to publish to CTAN...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-15 19:08:30 +03:00
parent 6342302057
commit 9c7f74d208

View File

@ -47,8 +47,9 @@ jobs:
- name: Upload to CTAN (release) - name: Upload to CTAN (release)
uses: paolobrasolin/ctan-submit-action@v1 uses: paolobrasolin/ctan-submit-action@v1
if: startsWith(github.ref, 'refs/tags/')
with: with:
action: validate action: upload
file_path: dist/CTAN/photobook.zip file_path: dist/CTAN/photobook.zip
fields: | fields: |
pkg: photobook pkg: photobook
@ -62,17 +63,17 @@ jobs:
summary: > summary: >
Document class for typesetting photo books. Document class for typesetting photo books.
description: > description: >
The photobook LaTeX document class extends the book class The photobook LaTeX document class extends the book class
defining a set of parameters, meta-macros, macros and defining a set of parameters, meta-macros, macros and
environments with reasonable defaults to help typeset, environments with reasonable defaults to help typeset,
build and print books mainly based on visual/image content. build and print books mainly based on visual/image content.
announcement: > announcement: >
I'm happy to announce the initial release on CTAN of the I'm happy to announce the initial release on CTAN of the
photobook document class. photobook document class.
The photobook class extends the book class defining a set The photobook class extends the book class defining a set
of parameters, meta-macros, macros and environments with of parameters, meta-macros, macros and environments with
reasonable defaults to help typeset, build and print books reasonable defaults to help typeset, build and print books
mainly based on visual/image content. mainly based on visual/image content.