This commit is contained in:
parent
511498303c
commit
dd18e2a6f9
1 changed files with 6 additions and 8 deletions
|
@ -6,11 +6,9 @@ jobs:
|
||||||
image: jekyll/builder:latest
|
image: jekyll/builder:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Change to source
|
- run: |
|
||||||
run: |
|
ls ${{ github.workspace }}
|
||||||
cd ${{ GITHUB_WORKSPACE }}
|
# - name: Update Gems
|
||||||
echo "Changing directory"
|
# run: bundle update
|
||||||
# - name: Update Gems
|
# - name: Build Site
|
||||||
# run: bundle update
|
# run: jekyll build
|
||||||
# - name: Build Site
|
|
||||||
# run: jekyll build
|
|
||||||
|
|
Loading…
Reference in a new issue