This commit is contained in:
parent
f74255242e
commit
71df8339db
1 changed files with 1 additions and 5 deletions
|
@ -1,16 +1,12 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo `ls -alh ${{ GITHUB_WORKSPACE }}`
|
||||
jekyll:
|
||||
needs: setup
|
||||
runs-on: docker
|
||||
container:
|
||||
image: jekyll/builder:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Jekyll here?
|
||||
run: jekyll help
|
||||
- name: Change to source
|
||||
|
|
Loading…
Reference in a new issue