Skip to content

Commit

Permalink
Update sphinx-build.yml
Browse files Browse the repository at this point in the history
Revert previous changes
  • Loading branch information
jsiegle authored Mar 12, 2024
1 parent 61b9e5c commit 0824250
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
- name: Commit documentation changes
run: |
git clone https://github.com/open-ephys/gui-docs.git --branch gh-pages --single-branch gh-pages
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 0824250

Please sign in to comment.