Merge pull request #39 from teles/fix/github-actions-workflow #22
This file contains hidden or 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
| on: [push] | |
| jobs: | |
| parse_to_bookmarks: | |
| runs-on: ubuntu-latest | |
| name: Export README to json, csv, and bookmarks | |
| steps: | |
| - uses: teles/readme-converter-action@v0.4.2 | |
| with: | |
| input: README.md | |
| output: dist/bookmarks.html |