Skip to content

Release spk-convert-pip as 1.4.0 #2856

Release spk-convert-pip as 1.4.0

Release spk-convert-pip as 1.4.0 #2856

Workflow file for this run

name: Website
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
- 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