We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549cd1d commit 26f659cCopy full SHA for 26f659c
.github/workflows/on-pull-request.yaml
@@ -29,13 +29,8 @@ jobs:
29
sphinx_documentation:
30
# Filter out PRs originating from this repository (triggers on-push.yml instead)
31
if: github.event.pull_request.head.repo.fork == true
32
- runs-on: ubuntu-latest
33
- steps:
34
- - uses: actions/checkout@v4
35
- - name: Build Sphinx Image
36
- run: |
37
- source <(curl -sL http://ci.q-ctrl.com)
38
- ./ci docker build \
39
- -f ./docs/Dockerfile \
40
- --suffix -docs
+ uses: qctrl/reusable-workflows/.github/workflows/docker_build_push.yaml@master
+ with:
+ dockerfile: ./docs/Dockerfile
+ suffix: -docs
41
#################### Maintained by repositories-manager - do not edit directly ####################
0 commit comments