Skip to content

Merge pull request #386 from Adam-it/not-actively-maintained-remark #26

Merge pull request #386 from Adam-it/not-actively-maintained-remark

Merge pull request #386 from Adam-it/not-actively-maintained-remark #26

Workflow file for this run

name: Deploy GitHub Pages website
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
# Only when run from the main repo
if: github.repository == 'pnp/generator-teams'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: |
pip install mkdocs-material
- name: Deploy
working-directory: ./docs
run: mkdocs gh-deploy --force