Skip to content

Commit

Permalink
git checkout gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Aug 16, 2023
1 parent 5f895ce commit a5d15f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git checkout -b gh-pages
git checkout gh-pages
git pull origin gh-pages
cp -r docs/build/html/* .
git add .
Expand Down

0 comments on commit a5d15f6

Please sign in to comment.