Skip to content

Commit

Permalink
fixing build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Aug 16, 2023
1 parent 9f9d989 commit 9bc1a58
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 @@ -38,8 +38,8 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git checkout -b gh-pages
git fetch origin gh-pages
git checkout gh-pages
cp -r docs/build/html/* .
git add .
timestamp=$(date +"%Y-%m-%d %H:%M:%S")
Expand Down

0 comments on commit 9bc1a58

Please sign in to comment.