This commit is contained in:
parent
1612feb82e
commit
4009a67996
1 changed files with 2 additions and 4 deletions
|
@ -15,11 +15,9 @@ jobs:
|
||||||
- name: Setup Build Environment
|
- name: Setup Build Environment
|
||||||
run: |
|
run: |
|
||||||
echo "Current User: $(whoami)"
|
echo "Current User: $(whoami)"
|
||||||
mkdir -p -m 0777 .jekyll-cache && echo "Make Jekyll Cache Directory"
|
mkdir .jekyll-cache && echo "Make Jekyll Cache Directory"
|
||||||
mkdir -p -m 0777 ${{ env.GITHUB_WORKSPACE }}/vendor/bundle && echo "Make Bundle Vendor Directory"
|
mkdir -p ${{ env.GITHUB_WORKSPACE }}/vendor/bundle && echo "Make Bundle Vendor Directory"
|
||||||
echo "Current Directory and Stats: $(ls -alh)"
|
|
||||||
bundle config set frozen true
|
bundle config set frozen true
|
||||||
bundle config set silence_root_warning true
|
|
||||||
bundle install
|
bundle install
|
||||||
# - name: Build Site
|
# - name: Build Site
|
||||||
# run: jekyll build --trace
|
# run: jekyll build --trace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue