From c75fea334130470a95f53fa3df2052b544e61f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Wed, 2 Oct 2024 12:53:07 +0200 Subject: [PATCH] Improve messages and fix typo on pdf build --- .github/workflows/adoc_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/adoc_build.yml b/.github/workflows/adoc_build.yml index ab346542..d5da2f5c 100644 --- a/.github/workflows/adoc_build.yml +++ b/.github/workflows/adoc_build.yml @@ -44,7 +44,7 @@ jobs: # Check out PR - uses: actions/checkout@v4 # If it is release event, tag for final - - name: Set "final" tag and date timestamp formatting + - name: If it is a release add the "final" tag and date timestamp formatting if: github.event_name == 'release' run: | echo "CF_FINAL=True" >> "$GITHUB_ENV" @@ -57,7 +57,7 @@ jobs: - name: Build cf-conventions.pdf uses: Analog-inc/asciidoctor-action@v1 with: - shellcommand: 'make conventions-html' + shellcommand: 'make conventions-pdf' # Upload artifact containing cf-conventions.html, cf-conventions.pdf - name: Save cf-conventions doc preview uses: actions/upload-artifact@v4 @@ -74,7 +74,7 @@ jobs: # Create build directory - run: mkdir conformance_build # If it is release event, tag for final - - name: Set "final" tag and date timestamp formatting + - name: If it is a release add the "final" tag and date timestamp formatting if: github.event_name == 'release' run: | echo "CF_FINAL=True" >> "$GITHUB_ENV"