diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml new file mode 100644 index 0000000..0d2ea82 --- /dev/null +++ b/.github/workflows/CI.yml @@ -0,0 +1,21 @@ +name: Check hugo build + +'on': + pull_request: + branches: + - main + +jobs: + build-deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + with: + submodules: true + ssh-key: '' + + - name: Setup Hugo + uses: peaceiris/actions-hugo@v2 + + - name: Build + run: hugo --minify