Skip to content

Commit

Permalink
Update gh-pages.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 24eaddb commit e735eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
- name: Commit documentation changes
run: |
git clone https://github.com/${{ github.repository_owner }}/onix-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 e735eb3

Please sign in to comment.