Skip to content

Update jekyll-docker.yml #2

Update jekyll-docker.yml

Update jekyll-docker.yml #2

Workflow file for this run

name: Jekyll site CI
permissions:on;:
push:on;
branches: [ "codespace-upgraded-engine-6jg4wwqxpv9255wp" ]

Check failure on line 5 in .github/workflows/jekyll-docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jekyll-docker.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
pull_request:
branches: [ "codespace-upgraded-engine-6jg4wwqxpv9255wp" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
run: |
docker run \ main run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"