diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index b871569..8d262db 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -38,3 +38,4 @@ jobs: ZAPTEC_PASSWORD: ${{ secrets.ZAPTEC_PASSWORD }} run: | poetry run zaptec-costs + ls -la diff --git a/.gitignore b/.gitignore index aca5c7c..6d13904 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **/.vscode **/.venv/ **/__pycache__/ -*.html \ No newline at end of file +**.html +!zaptec_costs/**.html \ No newline at end of file