Skip to content

Bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /src/dataset-ope… #141

Bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /src/dataset-ope…

Bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /src/dataset-ope… #141

Workflow file for this run

name: ci
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
- run: python -m pip install --upgrade pipenv wheel
- run: pipenv update
- run: pipenv run mkdocs gh-deploy --force