Skip to content

Commit

Permalink
Merge pull request #148 from tangkong/bld_reenable
Browse files Browse the repository at this point in the history
BLD: reenable documentation builds, remove leftover tmate bits
  • Loading branch information
ZLLentz authored May 20, 2024
2 parents 8fba264 + 6d2c217 commit a3f510a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python-conda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ on:
required: false
type: string
outputs: {}
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled'
required: false
default: false

env:
MPLBACKEND: "agg"
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/python-pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ on:
required: false
type: string
outputs: {}
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled'
required: false
default: false

env:
MPLBACKEND: "agg"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/python-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ jobs:
system-packages: ${{ inputs.pip-system-packages }}
testing-extras: ${{ inputs.testing-extras }} ${{ inputs.pip-testing-extras }}

# pip-docs:
# name: "Documentation"
# uses: ./.github/workflows/python-docs.yml
# with:
# package-name: ${{ inputs.package-name }}
# python-version: ${{ inputs.python-version-docs }}
# deploy: ${{ github.repository_owner == inputs.docs-organization && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) }}
# system-packages: ${{ inputs.pip-system-packages }} ${{ inputs.docs-system-packages }}
pip-docs:
name: "Documentation"
uses: ./.github/workflows/python-docs.yml
with:
package-name: ${{ inputs.package-name }}
python-version: ${{ inputs.python-version-docs }}
deploy: ${{ github.repository_owner == inputs.docs-organization && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) }}
system-packages: ${{ inputs.pip-system-packages }} ${{ inputs.docs-system-packages }}
18 changes: 9 additions & 9 deletions .github/workflows/twincat-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
with:
project-root: ${{ inputs.project-root }}

# docs:
# name: "Documentation"
# uses: ./.github/workflows/python-docs.yml
# with:
# deploy: ${{ github.repository_owner == inputs.docs-organization && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) }}
# package-name: ""
# install-package: false
# docs-template-repo: "pcdshub/twincat-docs-template"
# docs-template-ref: "master"
docs:
name: "Documentation"
uses: ./.github/workflows/python-docs.yml
with:
deploy: ${{ github.repository_owner == inputs.docs-organization && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) }}
package-name: ""
install-package: false
docs-template-repo: "pcdshub/twincat-docs-template"
docs-template-ref: "master"

0 comments on commit a3f510a

Please sign in to comment.