Bump golang.org/x/oauth2 from 0.0.0-20200107190931-bf48bf16ab8d to 0.16.0 #325
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: docs | |
on: | |
push: | |
branches: | |
- 'master' | |
paths: | |
- '.github/workflows/htmltest.yml' | |
- 'www/*' | |
pull_request: {} | |
jobs: | |
htmltest: | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Checkout | |
uses: actions/checkout@v2.3.1 | |
- | |
name: build | |
run: | | |
docker run --rm -v ${PWD}/www:/docs squidfunk/mkdocs-material build | |
- | |
name: htmltest | |
run: | | |
cd www | |
curl https://htmltest.wjdp.uk | bash | |
./bin/htmltest -c htmltest.yml site |