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 44647f6 commit d0f2a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: DocHTML
path: doc/_build/html
path: ~/doc/_build/html
- name: Commit to main
run: |
git clone --depth 1 https://github.com/${{ github.repository_owner }}/hidimstat.git
rm -Rf hidimstat/doc/_build
cp -a doc/_build/html/* hidimstat/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 d0f2a48

Please sign in to comment.