diff --git a/.github/workflows/jekyll-docker.yml b/.github/workflows/jekyll-docker.yml index 60e57369de..1ead4e909f 100644 --- a/.github/workflows/jekyll-docker.yml +++ b/.github/workflows/jekyll-docker.yml @@ -5,12 +5,10 @@ on: branches: [ "master" ] pull_request: branches: [ "master" ] - + jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Build the site in the jekyll/builder container @@ -18,3 +16,6 @@ jobs: docker 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" + theme: jekyll-theme-primer + plugins: + jekyll-seo-tag