Skip to content

Commit

Permalink
fixed git logic
Browse files Browse the repository at this point in the history
  • Loading branch information
baldeepsingh-pantelwar authored Jan 25, 2024
1 parent 01bf547 commit 2fae322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
git checkout --orphan gh-pages
git rm -rf .
mv docs/* .
git add .
git commit -m "Generate and deploy documentation"
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
deploy_docs:
Expand Down

0 comments on commit 2fae322

Please sign in to comment.