Skip to content

January 16, 2024 meeting notes #236

January 16, 2024 meeting notes

January 16, 2024 meeting notes #236

Workflow file for this run

name: Deploy static MkDocs pages
on:
push:
branches:
- master
jobs:
deploy-mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Deploy MkDocs pages
if: startsWith(github.repository, 'osg-htc/')
uses: docker://squidfunk/mkdocs-material:7.1.0
with:
args: >-
gh-deploy
--verbose