Skip to content

Commit daa8ed5

Browse files
committed
Merge branch 'master' into fix_workflows_private_workflows_not_allowed
2 parents 5f903ce + ce8661d commit daa8ed5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/on-pull-request.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,5 @@ jobs:
7272
- uses: actions/checkout@v4
7373
- name: Build Sphinx Image
7474
run: |
75-
source <(curl -sL http://ci.q-ctrl.com)
76-
./ci docker build \
77-
-f ./docs/Dockerfile \
78-
--suffix -docs
75+
docker build -f ./docs/Dockerfile
7976
#################### Maintained by repositories-manager - do not edit directly ####################

0 commit comments

Comments
 (0)