1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-15 01:44:22 +02:00

docs: restructure all options and flags (#2747)

* remove package lock file

* update next docs

* update latest v7.6 docs

* switch to npm install for docs

* sort sections alphabetically
This commit is contained in:
Jan Larwig
2024-08-20 10:40:27 +02:00
committed by GitHub
parent 95cbd0cdfb
commit 9a9e7b7a37
19 changed files with 1046 additions and 16754 deletions

View File

@ -24,13 +24,11 @@ jobs:
with:
# renovate: datasource=node-version depName=node
node-version: 20
cache: npm
cache-dependency-path: "./docs/package-lock.json"
- name: Test Build
working-directory: ./docs
run: |
npm ci
npm install
npm run build
build-docs:
@ -47,7 +45,7 @@ jobs:
- name: Build docusaurus
working-directory: ./docs
run: |
npm ci
npm install
npm run build
- name: Upload artifact