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 713576f commit ba78ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- 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 && mv temp/index.html index.html && rm -rf temp && ls -lart
- name: Github Delete gh-pages branch
uses: dawidd6/[email protected]
with:
branches: gh-pages
- name: Github commit and push
uses: github-actions-x/[email protected]
with:
Expand Down

0 comments on commit ba78ad2

Please sign in to comment.