Skip to content

Commit

Permalink
changed some ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
baldeepsingh-pantelwar authored Jan 25, 2024
1 parent 2fae322 commit 305d069
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git checkout --orphan gh-pages
git checkout gh-pages
git pull
git rm -rf .
mv docs/* .
git fetch origin gh-pages
git rebase origin/gh-pages
git add .
git commit -m "Generate and deploy documentation"
git push -f origin gh-pages
Expand Down

0 comments on commit 305d069

Please sign in to comment.