HTCONDOR-2501: Fix whole node GPU expression for non-HTCondor systems #43
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: | |
- 'docs' | |
paths: | |
- 'mkdocs.yml' | |
- 'docs/**' | |
jobs: | |
deploy-mkdocs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Deploy MkDocs pages | |
if: startsWith(github.repository, 'htcondor/') | |
uses: docker://squidfunk/mkdocs-material:7.1.0 | |
with: | |
args: >- | |
gh-deploy | |
--verbose |