Skip to content

Commit

Permalink
Issue #0 | Documentation generator
Browse files Browse the repository at this point in the history
  • Loading branch information
abistarun authored Feb 10, 2024
1 parent a53c0bc commit b68b435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
- run: npm i markdown-to-html-cli -g
- name: Check out repository code
uses: actions/checkout@v4
- run: mkdir temp_src && mv * temp_src && ls -lart
- run: mkdir temp_src
- run: mv * temp_src || ls -lart
- run: markdown-to-html --source temp_src/README.md --output index.html
- run: mkdir temp && mv index.html temp/index.html && ls -lart
- run: rm -rf temp_src && ls -lart
Expand Down

0 comments on commit b68b435

Please sign in to comment.