This commit is contained in:
parent
dd18e2a6f9
commit
241356eeb3
1 changed files with 8 additions and 4 deletions
|
@ -8,7 +8,11 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }}
|
||||||
# - name: Update Gems
|
ls ${{ pwd }}
|
||||||
# run: bundle update
|
cd ${{ github.workspace }}
|
||||||
# - name: Build Site
|
- name: Update Gems
|
||||||
# run: jekyll build
|
run: bundle update
|
||||||
|
- name: Build Site
|
||||||
|
run: jekyll build
|
||||||
|
- run: |
|
||||||
|
ls ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in a new issue