Skip to content

Add a Minimap control to Nodify (#124) #6

Add a Minimap control to Nodify (#124)

Add a Minimap control to Nodify (#124) #6

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
paths:
- "docs/**"
workflow_dispatch:
jobs:
job-sync-docs-to-wiki:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Sync docs to wiki
uses: newrelic/wiki-sync-action@main
with:
source: docs
destination: wiki
token: ${{ secrets.DOCS_TOKEN }}