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 c1779f0 commit 4050428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: doc/_build/html
- name: Commit to main
run: |
git clone --no-checkout --depth 1 https://github.com/${{ github.repository_owner }}/hidimstat.git --branch gh-pages_1 --single-branch gh-pages_!
git clone --no-checkout --depth 1 https://github.com/${{ github.repository_owner }}/hidimstat.git --branch gh-pages_1 --single-branch gh-pages_1
cp -r doc/_build/html/* gh-pages_1/
cd gh-pages_1
touch .nojekyll
Expand Down

0 comments on commit 4050428

Please sign in to comment.