Skip to content

Skip existing packages in spk-convert-pip #3400

Skip existing packages in spk-convert-pip

Skip existing packages in spk-convert-pip #3400

Workflow file for this run

name: Website
on:
pull_request:
push:
branches: [main]
jobs:
check:
name: Build Website
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