Skip to content

chore: revert secret management doc #156

chore: revert secret management doc

chore: revert secret management doc #156

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- main
- master
jobs:
docs:
runs-on: ubuntu-latest
container:
image: flanksource/build-tools:v0.15.1
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v2
with:
node-version: "16.0.0"
- run: make build-docs deploy-docs
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
MKDOCS_INSIDERS: ${{secrets.MKDOCS_INSIDERS}}