diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 68b00c94..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: -- package-ecosystem: github-actions - directory: / - schedule: - interval: monthly diff --git a/.github/workflows/mkdocs.yaml b/.github/workflows/mkdocs.yaml deleted file mode 100644 index 86b5eac1..00000000 --- a/.github/workflows/mkdocs.yaml +++ /dev/null @@ -1,63 +0,0 @@ -name: Deploy MkDocs to GitHub Pages - -on: - schedule: - - cron: 0 3 * * * - push: - branches: - - develop - workflow_dispatch: - -jobs: - deploy: - runs-on: ubuntu-latest - - steps: - - name: Checkout docs - uses: actions/checkout@v4 - - - name: Checkout lapidary - uses: actions/checkout@v4 - with: - repository: python-lapidary/lapidary - ref: develop - path: docs/lapidary - - - name: Checkout lapidary-render - uses: actions/checkout@v4 - with: - repository: python-lapidary/lapidary-render - ref: develop - path: docs/lapidary-render - - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: '3.x' - - - name: Cache Poetry dependencies - uses: actions/cache@v4 - with: - path: | - ~/.cache/pypoetry - ~/.cache/pip - key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }} - restore-keys: | - ${{ runner.os }}-poetry- - - - name: Install dependencies - run: | - pip install poetry - poetry install --no-root - - - name: Build site - run: poetry run mkdocs build - - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./site - cname: lapidary.dev - user_name: 'github-actions[bot]' - user_email: 'github-actions[bot]@users.noreply.github.com' diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 46ff2463..00000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/site/ diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/404.html b/404.html new file mode 100644 index 00000000..93ffb78a --- /dev/null +++ b/404.html @@ -0,0 +1,656 @@ + + + +
+ + + + + + + + + + + + + + + + +