Skip to content

Commit

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

0 comments on commit 6c06766

Please sign in to comment.