setup wiki creator
This commit is contained in:
parent
ee7533b282
commit
ad6841ea37
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -1,11 +1,12 @@
|
||||
name: Publish docs via GitHub Pages
|
||||
name: Publish Wiki via GitHub Pages
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:Wiki
|
||||
build:
|
||||
name: Deploy Wiki
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout master
|
||||
|
0
content/index.md
Normal file
0
content/index.md
Normal file
@ -2,11 +2,12 @@
|
||||
site_name: JailMan
|
||||
site_description: 'Project Documentation for JailManager'
|
||||
site_author: 'JailManager Team'
|
||||
site_url: 'https://jailmanager.org'
|
||||
docs_dir: content/
|
||||
site_url: 'https://wiki2.jailmanager.org'
|
||||
|
||||
# Repository
|
||||
repo_name: 'jailmanager/wiki'
|
||||
repo_url: 'jailmanager/wiki'
|
||||
repo_url: 'https://github.com/jailmanager/wiki'
|
||||
edit_uri: 'edit/dev/docs/'
|
||||
|
||||
theme:
|
||||
|
Loading…
Reference in New Issue
Block a user