Skip to content

Merge pull request #4 from kotet/size-opt #3

Merge pull request #4 from kotet/size-opt

Merge pull request #4 from kotet/size-opt #3

Workflow file for this run

name: Building Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v2
- name: "Build with Jekyll"
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: "Show size of _site/"
run: du -sh _site