add win support for spk-launcher #3209
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Website | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
check: | |
name: Build Website | |
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 |