Skip to content

Commit

Permalink
gh pages fix 6
Browse files Browse the repository at this point in the history
  • Loading branch information
psvri committed Nov 15, 2023
1 parent d017af1 commit cf4984b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
# Delete the ref to avoid keeping history.
git update-ref -d refs/heads/gh-pages
rm -rf *
mv ../docs/build/html/{.,}* .
mv ../docs/build/html/* .
mv ../docs/build/html/.[A-Za-z0-9]* .
git add .
git commit -m "Deploy $GITHUB_SHA to gh-pages"
git push --force --set-upstream origin gh-pages

0 comments on commit cf4984b

Please sign in to comment.