Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Rybakov committed Aug 18, 2023
1 parent f4a21e0 commit 6c744ac
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ on:
- 'refs/tags/v'

jobs:
checks:
uses: openweathermap/deker-actions/.github/workflows/checks.yml@master
# checks:
# uses: openweathermap/deker-actions/.github/workflows/checks.yml@master
# with:
# package-name: ${{ vars.PACKAGE_NAME }}
# python-version: '3.9'
# min-coverage: 96

setup:
uses: openweathermap/deker-actions/.github/workflows/setup.yml@master
with:
package-name: ${{ vars.PACKAGE_NAME }}
python-version: '3.9'
min-coverage: 96


build_docs:
needs: checks
needs: setup
uses: openweathermap/deker-actions/.github/workflows/docs_build.yml@master
with:
python-version: '3.9'

0 comments on commit 6c744ac

Please sign in to comment.