Skip to content

Commit

Permalink
Improve messages and fix typo on pdf build
Browse files Browse the repository at this point in the history
  • Loading branch information
cofinoa committed Oct 2, 2024
1 parent 2d093d2 commit c75fea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/adoc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit c75fea3

Please sign in to comment.