Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 authored Jul 8, 2024
1 parent 0fd7d09 commit 44647f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Commit to main
run: |
git clone --depth 1 https://github.com/${{ github.repository_owner }}/hidimstat.git
rm -Rf main/doc/_build
cp -a doc/_build/html/* main/doc/_build
rm -Rf hidimstat/doc/_build
cp -a doc/_build/html/* hidimstat/doc/_build
cd main
git config --global user.email "[email protected]"
git config --global user.name "GitHub actions"
Expand Down

0 comments on commit 44647f6

Please sign in to comment.