This commit is contained in:
parent
c6db836e5b
commit
d284b70832
1 changed files with 5 additions and 10 deletions
|
@ -6,16 +6,11 @@ jobs:
|
||||||
image: jekyll/builder:latest
|
image: jekyll/builder:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Jekyll here?
|
|
||||||
run: jekyll help
|
|
||||||
- name: Change to source
|
- name: Change to source
|
||||||
run: |
|
run: |
|
||||||
cd ${{ GITHUB_WORKSPACE }}
|
cd ${{ GITHUB_WORKSPACE }}
|
||||||
echo $(pwd)
|
echo ${{ pwd }}
|
||||||
echo $(ls)
|
# - name: Update Gems
|
||||||
# - name: Update Gems
|
# run: bundle update
|
||||||
# run: bundle update
|
# - name: Build Site
|
||||||
# - name: Build Site
|
# run: jekyll build
|
||||||
# run: jekyll build
|
|
||||||
# - name: Check the output
|
|
||||||
# run: ls -alh ./_site
|
|
||||||
|
|
Loading…
Reference in a new issue