404
+Page not found
+ +diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..0704bfa --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,27 @@ +name: mkdocs build +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + strategy: + matrix: + python-version: [ 3.8 ] + + steps: + - uses: actions/checkout@v2 + + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + architecture: x64 + + - name: Install requirements + run: python3 -m pip install -r requirements.txt + + - name: Deploy + run: python3 -m mkdocs gh-deploy --force diff --git a/cinder/404.html b/cinder/404.html new file mode 100644 index 0000000..0d58f06 --- /dev/null +++ b/cinder/404.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block content %} + +