Upload fixed credits #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Render htmls | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
Job: | |
runs-on: windows-latest | |
steps: | |
- name: Convert Markdown to HTML | |
uses: natescherer/[email protected] | |
with: | |
path: README.md,CREDITS.md | |
outputpath: out |