diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index fd7bfa308d..60d75dbc54 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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: diff --git a/docs/_config.yml b/docs/_config.yml index aacff879c9..1ac4f3a7a5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 diff --git a/docs/_config_dev.yml b/docs/_config_dev.yml index b8908a4684..4a05c7f94e 100644 --- a/docs/_config_dev.yml +++ b/docs/_config_dev.yml @@ -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 diff --git a/docs/wiki/functions/index.md b/docs/wiki/functions/index.md index 17276c202b..49b0adc166 100644 --- a/docs/wiki/functions/index.md +++ b/docs/wiki/functions/index.md @@ -17,6 +17,7 @@ parent: wiki
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.
+Test Deployment!