Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatRSingh committed Feb 13, 2024
1 parent d6d66bd commit 7387f81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_check_deploy_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
npm run lint
npm run export
- name: generate and export book
run: |
cd new-website
cd utils/tutorials
python3 build_pdf_book.py
aws s3 cp ./dist/ s3://deepchem-book/storage/--recursive --follow-symlinks
# Run the deploy action only if the push is to the main branch
- name: Deploy 🚀
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 7387f81

Please sign in to comment.