Skip to content

Commit

Permalink
Update sphinx-build.yml
Browse files Browse the repository at this point in the history
Make sure deleted files are no longer being served
  • Loading branch information
jsiegle authored Mar 14, 2024
1 parent b663b80 commit d3698c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
- name: Commit documentation changes
run: |
git clone https://github.com/open-ephys/acq-board-docs.git --branch gh-pages --single-branch gh-pages
cp -r docs/html/* gh-pages/
cd gh-pages
rm -rf *
cp -r ../docs/html/* .
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
Expand Down

0 comments on commit d3698c7

Please sign in to comment.