Skip to content

Removed dead commented code and fixed du test with the correct sizes. #2260

Removed dead commented code and fixed du test with the correct sizes.

Removed dead commented code and fixed du test with the correct sizes. #2260

name: Website
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
- uses: actions/checkout@v2
- uses: peaceiris/actions-hugo@v2
- run: hugo
working-directory: website
- run: docker run -v $(pwd)./website/public:/test --rm wjdp/htmltest