Skip to content

Update jekyll-gh-pages.yml #3

Update jekyll-gh-pages.yml

Update jekyll-gh-pages.yml #3

# Previous problematic syntax:

Check failure on line 1 in .github/workflows/jekyll-gh-pages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jekyll-gh-pages.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
# on:
# permissions:
# concurrency:
# Corrected version:
name: Deploy Jekyll site to Pages
"on":
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
# Your build steps here