Skip to content

⬆️ Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#356) #61

⬆️ Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#356)

⬆️ Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#356) #61

Workflow file for this run

name: Github Pages
on:
push:
branches: [ master, docs ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Build 🔧
run: |
cd docs && make build
mv public ../
- name: Deploy 🚀
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: public