Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
it-hms committed Oct 9, 2024
1 parent 121b214 commit 2816468
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-build-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ name: Release (Build Outputs)

on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0
branches:
- 'doc/build'


env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
- name: Setup Node for Markdown conversion to PDF
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Install md-to-pdf for Markdown conversion to PDF
run: |
Expand Down

0 comments on commit 2816468

Please sign in to comment.