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 ba78ad2 commit 10086b5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
with:
branches: gh-pages
- name: Github commit and push
uses: github-actions-x/commit@v2.9
uses: EndBug/add-and-commit@v9.1.4
with:
name: github-actions
email: [email protected]
commit-message: Auto Documentation Generated
push-branch: gh-pages
force-push: true
rebase: true
files: temp/index.html
author_name: github-actions
author_email: [email protected]
message: Auto Documentation Generated
new_branch: gh-pages
add: index.html

0 comments on commit 10086b5

Please sign in to comment.