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
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Jekyll here?
|
||||
run: jekyll help
|
||||
- name: Change to source
|
||||
run: |
|
||||
cd ${{ GITHUB_WORKSPACE }}
|
||||
echo $(pwd)
|
||||
echo $(ls)
|
||||
# - name: Update Gems
|
||||
# run: bundle update
|
||||
# - name: Build Site
|
||||
# run: jekyll build
|
||||
# - name: Check the output
|
||||
# run: ls -alh ./_site
|
||||
echo ${{ pwd }}
|
||||
# - name: Update Gems
|
||||
# run: bundle update
|
||||
# - name: Build Site
|
||||
# run: jekyll build
|
||||
|
|
Loading…
Reference in a new issue