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 616d505 commit 68c42fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
cd temp
ls -lart
git checkout -b gh-pages
rm -rf * .gitignore .github
mv ../index.html index.html
ls -lart
git add index.html
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
git commit -m "Auto Deployment"
git push --set-upstream origin gh-pages

0 comments on commit 68c42fd

Please sign in to comment.