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 2979960 commit 1e331ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ jobs:
uses: dawidd6/[email protected]
with:
branches: gh-pages
- run: mkdir temp && ls -lart
- name: Check out repository code
uses: actions/checkout@v4
with:
path: 'temp'
- run: |
cd temp
ls -lart
git checkout -b gh-pages
git add index.html
mv ../index.html index.html
git commit -m "Auto Deployment"
git push --set-upstream origin gh-pages

0 comments on commit 1e331ac

Please sign in to comment.