Merge pull request #135 from brianhlin/SOFTWARE-5745.ca-certs-workaround #150
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:8.2.8 | |
with: | |
args: >- | |
gh-deploy | |
--verbose |