[Actions] Fidgeting
Some checks are pending
/ jekyll (push) Blocked by required conditions

This commit is contained in:
Bill Niblock 2024-02-26 20:03:44 -05:00
parent f74255242e
commit 71df8339db

View file

@ -1,16 +1,12 @@
on: [push] on: [push]
jobs: jobs:
setup:
runs-on: docker
steps:
- uses: actions/checkout@v3
- run: echo `ls -alh ${{ GITHUB_WORKSPACE }}`
jekyll: jekyll:
needs: setup needs: setup
runs-on: docker runs-on: docker
container: container:
image: jekyll/builder:latest image: jekyll/builder:latest
steps: steps:
- uses: actions/checkout@v3
- name: Jekyll here? - name: Jekyll here?
run: jekyll help run: jekyll help
- name: Change to source - name: Change to source