Skip to content

Commit

Permalink
only build docs on push
Browse files Browse the repository at this point in the history
- remove push on PR
- remove checkout submodules
  • Loading branch information
bluegenes committed Apr 24, 2020
1 parent 0c0e201 commit dd5420a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
deploy:
Expand Down Expand Up @@ -36,9 +33,6 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install mkdocs
python3 -m pip install mkdocs-material
# - name: Checkout submodules
# uses: dib-lab/mkdocs-material-dib@master
- name: Build site
run: mkdocs build
Expand Down

0 comments on commit dd5420a

Please sign in to comment.