Skip to content

Commit

Permalink
deploy.yml: does this work now? Previous script cannot be picked up b…
Browse files Browse the repository at this point in the history
…y runner
  • Loading branch information
ray-chew committed Mar 23, 2024
1 parent 90e5e63 commit aa6b84b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ permissions:

jobs:
get-runner:
runs-on: ubuntu-latest
name: get a runner to use for this workflow
if: ${{ always() }}
runs-on: custom-runner
outputs:
RUNNER: ${{ runner.name }}
steps:
Expand All @@ -33,6 +35,7 @@ jobs:
needs: prepare
runs-on: ${{needs.prepare.outputs.RUNNER}}
steps:
- uses: actions/checkout@v3
- name: Sphinx build
run: |
sphinx-build docs/source _build
Expand Down

0 comments on commit aa6b84b

Please sign in to comment.