Skip to content

Commit

Permalink
Transition to MkDocs (#14)
Browse files Browse the repository at this point in the history
* transfer to the new design

* add deployment ci

* remove old files
  • Loading branch information
shlomihod authored Oct 2, 2023
1 parent 44b78e4 commit 6cca9b5
Show file tree
Hide file tree
Showing 56 changed files with 959 additions and 2,181 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ci
on:
push:
branches:
- 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
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
11 changes: 0 additions & 11 deletions .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

5 changes: 0 additions & 5 deletions 404.html

This file was deleted.

1 change: 0 additions & 1 deletion CNAME

This file was deleted.

33 changes: 0 additions & 33 deletions Gemfile

This file was deleted.

228 changes: 0 additions & 228 deletions Gemfile.lock

This file was deleted.

2 changes: 0 additions & 2 deletions README.md

This file was deleted.

46 changes: 0 additions & 46 deletions _config.yml

This file was deleted.

4 changes: 0 additions & 4 deletions _includes/footer.html

This file was deleted.

Empty file removed _includes/head.html
Empty file.
Empty file removed _includes/scripts.html
Empty file.
20 changes: 0 additions & 20 deletions _layouts/default-no-footer.html

This file was deleted.

Loading

0 comments on commit 6cca9b5

Please sign in to comment.