Skip to content

Commit

Permalink
dk3 api documentation WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed Apr 30, 2024
1 parent 8885603 commit 350bacf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 }}

0 comments on commit 350bacf

Please sign in to comment.