Skip to content

Commit

Permalink
first mkdocs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed Sep 30, 2023
1 parent 8d6b28e commit f13c670
Show file tree
Hide file tree
Showing 139 changed files with 396 additions and 22,129 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: mkdocs-generation
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force
8 changes: 0 additions & 8 deletions 404.md

This file was deleted.

5 changes: 0 additions & 5 deletions Gemfile

This file was deleted.

131 changes: 0 additions & 131 deletions Gemfile.lock

This file was deleted.

26 changes: 0 additions & 26 deletions LICENSE-BSD.txt

This file was deleted.

63 changes: 0 additions & 63 deletions _config.yml

This file was deleted.

15 changes: 0 additions & 15 deletions _data/alerts.yml

This file was deleted.

17 changes: 0 additions & 17 deletions _data/definitions.yml

This file was deleted.

11 changes: 0 additions & 11 deletions _data/glossary.yml

This file was deleted.

Loading

0 comments on commit f13c670

Please sign in to comment.