Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

- name: Configure GitHub Pages

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

You have an error in your yaml syntax on line 1
uses: actions/[email protected]
with:
# Optional static site generator to attempt to configure: "nuxt", "next", "gatsby", or "sveltekit"
static_site_generator: # optional
# Optional file path to static site generator configuration file
generator_config_file: # optional
# GitHub token
token: # default is ${{ github.token }}
# Try to enable Pages for the repository if it is not already enabled. This option requires a token other than `GITHUB_TOKEN` to be provided. In the context of a Personal Access Token, the `repo` scope or Pages write permission is required. In the context of a GitHub App, the `administration:write` and `pages:write` permissions are required.
enablement: # optional, default is false