diff --git a/pages/.gitea/workflows/pages.yml b/pages/.gitea/workflows/pages.yml new file mode 100644 index 0000000..2b41d11 --- /dev/null +++ b/pages/.gitea/workflows/pages.yml @@ -0,0 +1,31 @@ +name: Continuous Integration +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-22.04 + env: + CI_COMMIT_MESSAGE: Continuous Integration update docs + CI_COMMIT_AUTHOR: Continuous Integration + steps: + - uses: actions/checkout@v3 + + - run: apt update -y + - run: apt install python3-pip -y + - run: pip3 install mkdocs-material + + - run: mkdocs build + - run: mv site/ deploy/ + + # Commit and push all changed files. + - name: GIT Commit Build Artifacts (coverage, dist, devdist, docs) + run: | + git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" + git config --global user.email "username@users.noreply.github.com" + git add deploy/ + git commit -m "${{ env.CI_COMMIT_MESSAGE }}" + git branch -M pages + git push -u origin pages --force diff --git a/pages/.gitignore b/pages/.gitignore new file mode 100644 index 0000000..1320f90 --- /dev/null +++ b/pages/.gitignore @@ -0,0 +1 @@ +site diff --git a/pages/deploy/404.html b/pages/deploy/404.html new file mode 100644 index 0000000..9a5895d --- /dev/null +++ b/pages/deploy/404.html @@ -0,0 +1,458 @@ + + + +
+ + + + + + + + + + + + + + +{"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Wa=/["'&<>]/;Vn.exports=Ua;function Ua(e){var t=""+e,r=Wa.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i