Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/compiler/rustc_codegen_gc…
Browse files Browse the repository at this point in the history
…c/rustix-0.38.31
  • Loading branch information
Blakezulla authored Mar 3, 2024
2 parents fba90d3 + 99f9290 commit 87296f1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Jekyll site CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the site in the jekyll/builder container
run: |
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"

1 comment on commit 87296f1

@Blakezulla
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k

Please sign in to comment.