Skip to content

Commit

Permalink
Update sphinx-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle authored Mar 12, 2024
1 parent faad788 commit 61b9e5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
- name: Commit documentation changes
run: |
git clone https://github.com/open-ephys/gui-docs.git --branch gh-pages --single-branch gh-pages
git rm -rf gh-pages # remove all previous files
cd gh-pages
git rm -rf . # remove all previous files
git restore --staged
cd ..
cp -r docs/html/* gh-pages/
cd gh-pages
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 61b9e5c

Please sign in to comment.