Skip to content

Commit

Permalink
Add action for generation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Sep 30, 2024
1 parent bd256bc commit b15d58b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Regenerate documentation"

on:
push:
workflow_dispatch:

jobs:

Build:
name: Make docs
runs-on: ubuntu-latest
#if: ${{ github.repository_owner == 'armbian' }}
steps:

- name: Checkout build repo
uses: actions/checkout@v4
- name: Make docs
run: |
ls -l

0 comments on commit b15d58b

Please sign in to comment.