Skip to content

Commit a56c6e6

Browse files
authored
[SYCL][Doc] Fix typos to fix doc build (#5190)
Add missing blank line and fix documentation path
1 parent 3dccbcd commit a56c6e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths:
1010
- '.github/workflows/gh_pages.yml'
1111
- 'clang/docs/**'
12-
- 'sycl/docs/**'
12+
- 'sycl/doc/**'
1313

1414
jobs:
1515
build:
@@ -18,7 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
with:
21-
ref: sycl
2221
path: repo
2322
- name: Install deps
2423
run: |

sycl/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ Development BKMs
4646

4747
.. toctree::
4848
:maxdepth: 1
49+
4950
dev/DockerBKMs

0 commit comments

Comments
 (0)