Skip to content

Adds missing dict methods in RedisDict (#862) #123

Adds missing dict methods in RedisDict (#862)

Adds missing dict methods in RedisDict (#862) #123

Workflow file for this run

name: Docs
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install and Build 🔧
run: |
cd docs
npm install
npm run build
cd -
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/.vuepress/dist