Skip to content

chore: bump github.com/redis/go-redis/v9 from 9.5.4 to 9.6.0 (#2119) #1623

chore: bump github.com/redis/go-redis/v9 from 9.5.4 to 9.6.0 (#2119)

chore: bump github.com/redis/go-redis/v9 from 9.5.4 to 9.6.0 (#2119) #1623

Workflow file for this run

name: Deploy docs to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install dependencies
working-directory: ./website
run: npm install
- name: Build website
working-directory: ./website
run: npm run build
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./website/build