Try adding docs
This commit is contained in:
parent
15c0a1ccc0
commit
04e1d9eb91
10 changed files with 144 additions and 74 deletions
17
.forgejo/workflows/docs.yml
Normal file
17
.forgejo/workflows/docs.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: selfhosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
- name: Build documentation
|
||||
run: bundle exec ruby docs/build.rb
|
||||
- name: Publish site
|
||||
run: cp -rfv _build/* /srv/docs/phlexite/
|
Loading…
Add table
Add a link
Reference in a new issue