Skip to content

Commit

Permalink
Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery authored and mergify[bot] committed Aug 8, 2022
1 parent e0f5843 commit 4269f5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
access_token: ${{ github.token }}

- uses: actions/checkout@v2
with:
submodules: true

- uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -64,4 +62,4 @@ jobs:
curl -X POST https://api.github.com/repos/tskit-dev/tskit-site/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u AdminBot-tskit:${{ secrets.ADMINBOT_TOKEN }} \
--data '{"event_type":"build-docs"}'
--data '{"event_type":"build-docs"}'

0 comments on commit 4269f5a

Please sign in to comment.