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 9, 2024
1 parent 3b20cea commit 74dba0d
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 @@ -52,9 +52,8 @@ jobs:
git clone --depth 1 https://github.com/${{ github.repository_owner }}/hidimstat.git
rm -Rf hidimstat/docs
mkdir hidimstat/docs
cp -r doc/_build/html hidimstat/docs
cp -r doc/_build/html/* hidimstat/docs
cd hidimstat
touch .nojekyll
git config --global user.email "actions@github.com"
git config --global user.name "GitHub actions"
git add .
Expand Down

0 comments on commit 74dba0d

Please sign in to comment.