Skip to content

Create workflow for deploying GitHub Pages site #2

Create workflow for deploying GitHub Pages site

Create workflow for deploying GitHub Pages site #2

Workflow file for this run

- name: Deploy GitHub Pages site

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

(Line: 1, Col: 14): A sequence was not expected
uses: actions/[email protected]
with:
# GitHub token
token: # default is ${{ github.token }}
# Time in milliseconds after which to timeout and cancel the deployment (default: 10 minutes)
timeout: # optional, default is 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: # 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