Skip to content

Commit 325963d

Browse files
committed
add doc generated from readme
1 parent db26bc5 commit 325963d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/buildAndPublishPackage.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
run: |
4545
echo "${{ secrets.GPG_SECRET_KEY }}" | base64 -d | gpg --import
4646
gpg -K
47+
- name: Convert Markdown to HTML
48+
uses: natescherer/[email protected]
49+
with:
50+
path: README.md
51+
outputpath: _site
52+
matchpathstructure: true
4753
- id: version
4854
name: Compute new version
4955
run: ./scripts/computeNewVersion.sc --prefix='${{ env.TAG_PREFIX }}' --bump=${{ inputs.version-bump }} >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)