Skip to content

Update issue-template-epic-apply-solution.md #166

Update issue-template-epic-apply-solution.md

Update issue-template-epic-apply-solution.md #166

Workflow file for this run

name: deploy-docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v3
with:
key: mkdocs-material
path: .cache
restore-keys: |
mkdocs-material
- run: pip install \
mkdocs \
mkdocs-material==9.6.8 \
mkdocs-awesome-pages-plugin==2.9.1 \
mkdocs-autolinks-plugin==0.7.1
- run: mkdocs gh-deploy --force