From 4433f1724a8945e5f7e89692329a6c607d081c2e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 14 Nov 2022 21:04:21 +0300 Subject: [PATCH] Added better page style defaults for some layouts + added module list to docs. Signed-off-by: Alex A. Naanou --- .github/workflows/make-dist.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index 49489a4..3647078 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -46,14 +46,13 @@ jobs: - name: Upload to CTAN (release) uses: paolobrasolin/ctan-submit-action@v1 - if: startsWith(github.ref, 'refs/tags/') with: action: upload file_path: dist/photobook.zip fields: | - update: true pkg: photobook version: ${{ env.VERSION }} + update: "true" author: Alex A. Naanou email: alex.nanou@gmail.com uploader: Alex A. Naanou