Skip to content

Commit

Permalink
Update workflows (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 authored Apr 10, 2024
1 parent 4d3157b commit 6a6ebff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Commit documentation changes
run: |
git clone https://github.com/${{ github.repository_owner }}/miniscope-docs.git --branch gh-pages --single-branch gh-pages
git clone https://github.com/${{ github.repository }}.git --branch gh-pages --single-branch gh-pages
cd gh-pages
rm -rf *
cp -r ../html/* .
Expand Down

0 comments on commit 6a6ebff

Please sign in to comment.