Skip to content

doc: allow for selecting fields language #75

doc: allow for selecting fields language

doc: allow for selecting fields language #75

Workflow file for this run

name: Build and deploy documentation
on:
push:
branches:
- master
paths:
- 'doc/**'
repository_dispatch:
types: [middlewares-update]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install & Build doc
run: |
make middlewares-update
npm install --prefix doc
BASE_URL='/ezpaarse/' NODE_OPTIONS=--openssl-legacy-provider npm --prefix doc run build
touch doc/src/.vuepress/dist/.nojekyll
- name: Build and Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: doc/src/.vuepress/dist