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: push:
branches: branches:
- master - master
- pages-test
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@ -44,8 +45,6 @@ jobs:
- name: Document Functions - name: Document Functions
run: python3 docs/tools/document_functions.py run: python3 docs/tools/document_functions.py
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll - name: Build with Jekyll
uses: actions/jekyll-build-pages@v1 uses: actions/jekyll-build-pages@v1
with: with:

View File

@ -26,7 +26,7 @@ highlighter: rouge
safe: true safe: true
lsi: false 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: plugins:
- jekyll-redirect-from - jekyll-redirect-from

View File

@ -26,7 +26,7 @@ highlighter: rouge
safe: true safe: true
lsi: false 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: plugins:
- jekyll-redirect-from - jekyll-redirect-from

View File

@ -17,6 +17,7 @@ parent: wiki
<div class="large-12 columns"> <div class="large-12 columns">
<h1>Functions</h1> <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>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> </div>
<div class="row"> <div class="row">