mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cleanup and test pages
This commit is contained in:
parent
19e72d7b71
commit
36a90a94aa
3
.github/workflows/documentation.yml
vendored
3
.github/workflows/documentation.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- pages-test
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
@ -44,8 +45,6 @@ jobs:
|
||||
- name: Document Functions
|
||||
run: python3 docs/tools/document_functions.py
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Build with Jekyll
|
||||
uses: actions/jekyll-build-pages@v1
|
||||
with:
|
||||
|
@ -26,7 +26,7 @@ highlighter: rouge
|
||||
safe: true
|
||||
lsi: false
|
||||
|
||||
exclude: [src, .editorconfig, .gitignore, CNAME, Gemfile, Gemfile.lock, README.md]
|
||||
exclude: [src, .editorconfig, .gitignore, CNAME, Gemfile, Gemfile.lock, README*.md, Dockerfile, docker-compose.yml, entrypoint.sh, package-lock.json, acebot.json]
|
||||
|
||||
plugins:
|
||||
- jekyll-redirect-from
|
||||
|
@ -26,7 +26,7 @@ highlighter: rouge
|
||||
safe: true
|
||||
lsi: false
|
||||
|
||||
exclude: [src, .editorconfig, .gitignore, CNAME, Gemfile, Gemfile.lock, README.md]
|
||||
exclude: [src, .editorconfig, .gitignore, CNAME, Gemfile, Gemfile.lock, README*.md, Dockerfile, docker-compose.yml, entrypoint.sh, package-lock.json, acebot.json]
|
||||
|
||||
plugins:
|
||||
- jekyll-redirect-from
|
||||
|
@ -17,6 +17,7 @@ parent: wiki
|
||||
<div class="large-12 columns">
|
||||
<h1>Functions</h1>
|
||||
<p>Public API functions for use by mission makers and other mods to interface with ACE3. Backwards compatibility is supported for the following functions as much as possible.</p>
|
||||
<p>Test Deployment!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user