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
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Change to source
|
||||
run: |
|
||||
cd ${{ GITHUB_WORKSPACE }}
|
||||
echo "Changing directory"
|
||||
# - name: Update Gems
|
||||
# run: bundle update
|
||||
# - name: Build Site
|
||||
# run: jekyll build
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
||||
# - name: Update Gems
|
||||
# run: bundle update
|
||||
# - name: Build Site
|
||||
# run: jekyll build
|
||||
|
|
Loading…
Reference in a new issue