Skip to content

Commit

Permalink
Add step to copy index.html to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rashatwi committed Sep 13, 2023
1 parent 8e5fe0a commit b7c0256
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
cd docs
make html
- name: Copy index.html to gh-pages
run: |
cp docs/index.html index.html
- name: Deploy to gh-pages
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit b7c0256

Please sign in to comment.