[Actions] Fidgeting
This commit is contained in:
parent
0cce623b4c
commit
f74255242e
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ls -alh ${{ GITHUB_WORKSPACE }}
|
||||
- run: echo `ls -alh ${{ GITHUB_WORKSPACE }}`
|
||||
jekyll:
|
||||
needs: setup
|
||||
runs-on: docker
|
||||
|
@ -16,8 +16,8 @@ jobs:
|
|||
- name: Change to source
|
||||
run: |
|
||||
cd ${{ GITHUB_WORKSPACE }}
|
||||
pwd
|
||||
ls -alh
|
||||
echo $(pwd)
|
||||
echo $(ls)
|
||||
# - name: Update Gems
|
||||
# run: bundle update
|
||||
# - name: Build Site
|
||||
|
|
Loading…
Reference in a new issue