Compare commits

...

4 Commits

Author SHA1 Message Date
05cb75df20 removed pages
Some checks failed
Continuous Integration / build (push) Failing after 7s
2024-01-18 15:13:53 +01:00
51cccb4b65 Added index 2024-01-18 15:13:21 +01:00
1f7ef0dbaa Add 'pages/' from commit '8c13b4fcc9270f1e57a1dc1859f2e43df9f7ca97'
git-subtree-dir: pages
git-subtree-mainline: d1a4c7ee072f26f089255f9b76f7c662477ee791
git-subtree-split: 8c13b4fcc9270f1e57a1dc1859f2e43df9f7ca97
2024-01-18 14:50:13 +01:00
Continuous Integration
8c13b4fcc9 Continuous Integration update docs 2024-01-18 13:17:43 +00:00
2 changed files with 15 additions and 10 deletions

View File

@ -6,26 +6,29 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
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
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip 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: |
- run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git add deploy/
- run: |
mkdir pages
cp -r site/* pages/
- run: |
git add pages/
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git branch -M pages
git push -u origin pages --force
git pull
- run: git subtree push --prefix pages origin gitea-pages

2
docs/toos/index.md Normal file
View File

@ -0,0 +1,2 @@
# Index
Docs from Timo