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 b44f4fc commit 8d02e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4
- run: ls -lart
- run: markdown-to-html --source README.md --output index.html
- run: ls -lart
- run: mkdir temp && cd temp && ls -lart
- name: Github commit and push
uses: github-actions-x/[email protected]
with:
Expand All @@ -20,4 +20,4 @@ jobs:
push-branch: gh-pages
force-push: true
rebase: true
files: index.html
files: ../index.html

0 comments on commit 8d02e51

Please sign in to comment.