Skip to content

Commit

Permalink
fixing website mkdocs action
Browse files Browse the repository at this point in the history
Some branch SNAFU had deleted mk-beacon-docs  - pushing a fix here ...
  • Loading branch information
mbaudis committed Jul 10, 2023
1 parent 4d8c40b commit 597d171
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 36 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/github-actions-demo-yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/github-actions-demo.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/mk-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: mk-progenetix-docs
on:
push:
branches:
- website-docs
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-macros-plugin
- run: pip install pymdown-extensions
- run: pip install mkdocs-mermaid2-plugin
- run: pip install mdx_gh_links
- run: mkdocs gh-deploy --force

0 comments on commit 597d171

Please sign in to comment.