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 aaa3524 commit 72cb47c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ jobs:
- name: Commit to main
run: |
git clone --depth 1 https://github.com/${{ github.repository_owner }}/hidimstat.git
ls -a
ls hidimstat
ls hidimstat/doc
rm -Rf ~/hidimstat/doc/_build
ls hidimstat/doc
mkdir ~/hidimstat/doc/_build
cp -a ~/doc/_build/html ~/hidimstat/doc/_build
cd hidimstat
Expand Down

0 comments on commit 72cb47c

Please sign in to comment.