Skip to content

Commit

Permalink
configured to push html files to development
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-s-sawant committed Aug 20, 2024
1 parent 12f24e1 commit 71699f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ jobs:
cd Docs/build/html
git status
- name: Add modified files to Git
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add Docs/build/html
- name: Commit changes
run: git commit -m "Auto-update documentation"

- name: Push changes
run: git push origin development

deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 71699f7

Please sign in to comment.