Skip to content

WIP: Updating spec deserialize method to handle lints. #2083

WIP: Updating spec deserialize method to handle lints.

WIP: Updating spec deserialize method to handle lints. #2083

name: Website
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- 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