Skip to content

Create jekyll-docker.yml #1

Create jekyll-docker.yml

Create jekyll-docker.yml #1

Workflow file for this run

name: Jekyll site CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the site in the jekyll/builder container
run: |
docker run -d \
--name=code-server \
-e PASSWORD=password \
-e SUDO_PASSWORD=password \
-e SUDO_PASSWORD_HASH= \
-e PROXY_DOMAIN=localhost \
-p 8443:8443 \
lscr.io/linuxserver/code-server:latest