Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aadi-bh authored Nov 23, 2023
1 parent aab3e9c commit 33ff409
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,23 @@ jobs:
path: _site/
# Duration after which artifact will expire in days.
retention-days: 1
- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v1.2.9
with:
# Should this action only emit build telemetry instead of deploying the build artifact?
emit_telemetry: false
# The status of the previous build.
# conclusion: # optional
# GitHub token
token: ${{ github.token }}
# Time in milliseconds after which to timeout and cancel the deployment (default: 10 minutes)
timeout: 600000
# Maximum number of status report errors before cancelling a deployment (default: 10)
# error_count: # optional, default is 10
# Time in milliseconds between two deployment status report (default: 5 seconds)
# reporting_interval: # optional, default is 5000
# Name of the artifact to deploy
artifact_name: github-pages # optional, default is github-pages
# Is this attempting to deploy a pull request as a GitHub Pages preview site? (NOTE: This feature is only in alpha currently and is not available to the public!)
# preview: # optional, default is false

0 comments on commit 33ff409

Please sign in to comment.