Skip to content

Commit

Permalink
trigger deploy action on master pr
Browse files Browse the repository at this point in the history
  • Loading branch information
hegdevinayi committed May 23, 2022
1 parent 7a0c0fc commit ae7af98
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
deploy:
Expand All @@ -12,6 +15,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocstrings
- run: mkdocs gh-deploy --force
- run: |
pip install mkdocs-material
pip install mkdocstrings
- run: |
mkdocs gh-deploy --force

0 comments on commit ae7af98

Please sign in to comment.