Update pythonapp.yml
This commit is contained in:
parent
ebfa65714a
commit
0e3ce4e065
1 changed files with 8 additions and 7 deletions
15
.github/workflows/pythonapp.yml
vendored
15
.github/workflows/pythonapp.yml
vendored
|
|
@ -81,6 +81,13 @@ jobs:
|
|||
- name: Docs
|
||||
run: |
|
||||
kedro build-docs
|
||||
- name: Deploy-docs
|
||||
uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||
with:
|
||||
target_branch: gh-pages-docs
|
||||
build_dir: docs/build/html
|
||||
env:
|
||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||
- name: Package
|
||||
run: |
|
||||
kedro package
|
||||
|
|
@ -113,13 +120,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||
|
||||
- name: Deploy-docs
|
||||
uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||
with:
|
||||
target_branch: gh-pages-docs
|
||||
build_dir: docs/build/html
|
||||
env:
|
||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||
|
||||
|
||||
# STORE ARTIFACTS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue