Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Apr 3, 2024
1 parent ef083ae commit 678073d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git checkout gh-pages || git checkout --orphan gh-pages
git pull origin gh-pages || true
git checkout gh-pages
git pull origin gh-pages
rm -rf *
mv -f ./${{ github.workspace }}/docs/_build/html/* .
mv -f ${{ github.workspace }}/docs/_build/html/* .
touch .nojekyll
git add .
git commit -m "Deploy documentation from GitHub Actions"
git commit -m "Deploy documentation from GitHub Actions" --allow-empty
git push origin gh-pages

0 comments on commit 678073d

Please sign in to comment.