Skip to content

Merge pull request #106 from iolanta-tech/from-rdf-manifest-tdi12 #44

Merge pull request #106 from iolanta-tech/from-rdf-manifest-tdi12

Merge pull request #106 from iolanta-tech/from-rdf-manifest-tdi12 #44

Workflow file for this run

# https://blog.elmah.io/deploying-a-mkdocs-documentation-site-with-github-actions/
on:
push:
branches: [master]
jobs:
build:
name: Deploy to GitHub pages
runs-on: ubuntu-latest
environment: CI
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: pip install -q poetry
- run: poetry config virtualenvs.create false --local
- run: poetry install
- uses: actions/checkout@v3
with:
repository: iolanta-tech/mkdocs-material-insiders
path: mkdocs-material-insiders
token: ${{ secrets.INSIDERS_TOKEN }}
- run: j install-mkdocs-insiders
- run: j deploy-to-github-pages