1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Clean up the discarded shell scripts

This commit is contained in:
Cotes Chung
2020-11-19 20:39:02 +08:00
parent 10bc44367a
commit 8fa1f3b497
10 changed files with 40 additions and 676 deletions

View File

@@ -29,20 +29,6 @@ jobs:
with:
ruby-version: '2.6.x'
- name: Install tools (for Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CC86BB64
sudo add-apt-repository ppa:rmescandon/yq
sudo apt update
sudo apt install yq -y
- name: Install tools (for macOS)
if: matrix.os == 'macos-latest'
run: |
brew install coreutils
brew install yq
- name: Checkout
uses: actions/checkout@v2
with:
@@ -73,7 +59,7 @@ jobs:
- name: Build Site
run: |
bash tools/build.sh
JEKYLL_ENV=production bundle exec jekyll b
- name: Test Site
run: |