Skip to content

docs: update Manage Multi-Factor authentication items.md #716

docs: update Manage Multi-Factor authentication items.md

docs: update Manage Multi-Factor authentication items.md #716

Workflow file for this run

name: Node.js CI
on:
pull_request
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Init Website
run: |
yarn install && yarn build --locale en