Cleanup and test pages

This commit is contained in:
jonpas 2023-05-01 14:06:23 +02:00
parent 19e72d7b71
commit 36a90a94aa
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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">