Skip to content

build(deps): bump serde from 1.0.163 to 1.0.164 #156

build(deps): bump serde from 1.0.163 to 1.0.164

build(deps): bump serde from 1.0.163 to 1.0.164 #156

Workflow file for this run

on: push
name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: checkout
uses: actions/[email protected]
- name: build_and_deploy
uses: shalzz/[email protected]
env:
BUILD_DIR: docs
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}