Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#185) #253

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#185)

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#185) #253

Workflow file for this run

name: gh-pages
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "15.x"
- run: "[[ -z $(git show HEAD -- docs) ]] || npm install"
- run: "[[ -z $(git show HEAD -- docs) ]] || npm run docs:build"
- run: "[[ -z $(git show HEAD -- docs) ]] || dev/deploy_gh_pages.sh"
env:
TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}