Skip to content

Add risk level information to the Fraud & Risk meta box (#9515) #2485

Add risk level information to the Fraud & Risk meta box (#9515)

Add risk level information to the Fraud & Risk meta box (#9515) #2485

name: Deploy REST API docs
on:
push:
branches:
- develop
- trunk
workflow_dispatch:
jobs:
build-and-deploy:
if: github.repository_owner == 'Automattic'
name: Build and deploy
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: cd docs/rest-api && ./build.sh
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target_branch: gh-pages
build_dir: 'docs/rest-api/build'