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
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
||||
# - name: Update Gems
|
||||
# run: bundle update
|
||||
# - name: Build Site
|
||||
# run: jekyll build
|
||||
ls ${{ pwd }}
|
||||
cd ${{ github.workspace }}
|
||||
- name: Update Gems
|
||||
run: bundle update
|
||||
- name: Build Site
|
||||
run: jekyll build
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue