Skip to content

docs: refresh the apisix casdoor plugin guide #1732

docs: refresh the apisix casdoor plugin guide

docs: refresh the apisix casdoor plugin guide #1732

Workflow file for this run

name: Node.js CI
on:
pull_request
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Build website
run: yarn build --locale en