Skip to content

Update installation.md #24

Update installation.md

Update installation.md #24

Workflow file for this run

name: docs-build
on:
push:
release:
types: [published]
workflow_dispatch:
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Build Docs
uses: dotkernel/documentation-theme/github-actions/docs@dev
env:
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}