Skip to content

Commit

Permalink
cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Apr 3, 2024
1 parent 9991763 commit c732367
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
ls
rm -rf ./gh-pages-docs/*
mv -f ${{ github.workspace }}/docs/_build/html/* ./gh-pages-docs
cd ./gh-pages-docs
ls
touch .nojekyll
git add .
git commit -m "Deploy documentation from GitHub Actions" --allow-empty
Expand Down

0 comments on commit c732367

Please sign in to comment.