Update pythonapp.yml
This commit is contained in:
parent
a80f9ebf2d
commit
0664c0c87e
1 changed files with 4 additions and 2 deletions
6
.github/workflows/pythonapp.yml
vendored
6
.github/workflows/pythonapp.yml
vendored
|
|
@ -116,10 +116,12 @@ jobs:
|
|||
uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||
with:
|
||||
target_branch: gh-pages-docs
|
||||
build_dir: docs
|
||||
build_dir: docs/build/html
|
||||
env:
|
||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||
|
||||
|
||||
# STORE ARTIFACTS
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: default-kedro157.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue