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 5f86cc8 commit 829448d
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 @@ -51,10 +51,10 @@ jobs:
run: |
git clone --depth 1 https://github.com/${{ github.repository_owner }}/hidimstat.git
ls hidimstat/doc/_build
rm -Rf ~/hidimstat/doc/_build
rm -Rf hidimstat/doc/_build
ls hidimstat/doc/_build
mkdir ~/hidimstat/doc/_build
cp -a ~/doc/_build/html ~/hidimstat/doc/_build
mkdir hidimstat/doc/_build
cp -r doc/_build/html hidimstat/doc/_build
cd hidimstat
git config --global user.email "[email protected]"
git config --global user.name "GitHub actions"
Expand Down

0 comments on commit 829448d

Please sign in to comment.