Skip to content

update pem

update pem #255

name: build-github-pages
on:
push:
branches:
- main
tags-ignore:
- '**'
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: Install and Build
run: |
python -m pip install -q mkdocs-material
bash tools/site/copy-role-docs.sh
mkdocs build --verbose --clean --strict
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.7
if: github.ref == 'refs/heads/main'
with:
branch: gh-pages
folder: site