Added better page style defaults for some layouts + added module list to docs.

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-11-14 21:04:21 +03:00
parent 004ee36a1c
commit 4433f1724a

View File

@ -46,14 +46,13 @@ 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: upload action: upload
file_path: dist/photobook.zip file_path: dist/photobook.zip
fields: | fields: |
update: true
pkg: photobook pkg: photobook
version: ${{ env.VERSION }} version: ${{ env.VERSION }}
update: "true"
author: Alex A. Naanou author: Alex A. Naanou
email: alex.nanou@gmail.com email: alex.nanou@gmail.com
uploader: Alex A. Naanou <alex.nanou@gmail.com> uploader: Alex A. Naanou <alex.nanou@gmail.com>