Skip to content

Commit

Permalink
try plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
natnesi committed Feb 29, 2024
1 parent 0a79289 commit 388fb93
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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: pip install mkdocs-glightbox
- run: pip install mkdocs-literate-nav
- run: pip install neoteroi-mkdocs
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[User Guides](user-guides/index.md){ .md-button .md-button--primary }

[Apply for early access](releases/index.md){ .md-button .md-button--primary }
[Release Notes](releases/index.md){ .md-button .md-button--primary }

## Recent activity

Expand Down

0 comments on commit 388fb93

Please sign in to comment.