Skip to content

Merge branch 'main' of https://github.com/elixir-europe-training/ELIX… #174

Merge branch 'main' of https://github.com/elixir-europe-training/ELIX…

Merge branch 'main' of https://github.com/elixir-europe-training/ELIX… #174

Workflow file for this run

name: render page
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
pip install mkdocs-material mkdocs-bibtex neoteroi-mkdocs mkdocs-video mkdocs-include-markdown-plugin mkdocs-markdownextradata-plugin mkdocs-macros-plugin mkdocs-site-urls
mkdocs gh-deploy --force