Skip to content

Fix failing CI flake8 and mypy checks (#4190) #22

Fix failing CI flake8 and mypy checks (#4190)

Fix failing CI flake8 and mypy checks (#4190) #22

name: Dispatch trigger for deepchem website re-build
on:
push: # ci work when pushing to master branch
branches:
- master
jobs:
website-rebuild-trigger-dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.WEBSITE_REPO_PAT }}
repository: deepchem/deepchem.github.io
event-type: rebuild-website