diff --git a/.github/workflows/deploy-mkdocs.yaml b/.github/workflows/deploy-mkdocs.yaml deleted file mode 100644 index b8907b1..0000000 --- a/.github/workflows/deploy-mkdocs.yaml +++ /dev/null @@ -1,35 +0,0 @@ -name: Deploy MkDocs Site - -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - permissions: - contents: write - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.12' - - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install mkdocs mkdocs-material - mkdocs build - - - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v4 - with: - personal_token: ${{ secrets.GH_PAT }} - publish_dir: ./site # Path to the output directory \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ee31689..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ - -**/.venv/ \ No newline at end of file diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..8264e28 --- /dev/null +++ b/404.html @@ -0,0 +1,1109 @@ + + + +
+ + + + + + + + + + + + + + +