Skip to content

Commit

Permalink
Update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ginoperrotta committed Feb 14, 2022
1 parent 222a076 commit b7f785a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- run: python -m pip install --upgrade pip
- uses: actions/checkout@v2
- uses: ammaraskar/sphinx-action@master
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- 'tests/**'
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7f785a

Please sign in to comment.