Skip to content

Commit 4a6d63f

Browse files
authored
Update python-app.yml
1 parent 4f33457 commit 4a6d63f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ jobs:
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2424
- name: Create a new GitHub issues report
2525
run: |
26-
python gh_issues.py -s days,user -f -a -n -t index.html
26+
mkdir build_outputs_folder |
27+
python gh_issues.py -s days,user -f -a -n -t build_outputs_folder/index.html
2728
- name: Upload index.html as artifact
2829
# See https://github.com/actions/upload-pages-artifact
2930
uses: actions/upload-pages-artifact@v3
3031
with:
3132
name: github-pages
32-
path: ./index.html
33+
path: build_outputs_folder/
3334
# See https://github.com/actions/deploy-pages
3435
deploy:
3536
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)