Skip to content

Use a different env flag to make tests dir available inside the tempo… #50

Use a different env flag to make tests dir available inside the tempo…

Use a different env flag to make tests dir available inside the tempo… #50

Workflow file for this run

name: Build and Deploy documentation
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install mkdocs dependencies and Build 🔧
run: |
pip install mkdocs mkdocs-material
cd mkdocs
sh build_docs.sh
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs # The folder the action should deploy.