Skip to content

Commit 02e503a

Browse files
committed
.github/workflows/pages.yml: fix spaces
Signed-off-by: Tim Janik <[email protected]>
1 parent 65d22e4 commit 02e503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Pages
4040
id: pages
4141
uses: actions/configure-pages@v5
42-
- run: echo -e ' prefix=/ \n CC=clang \n CXX=clang++ \n CLANG_TIDY=clang-tidy ' > config-defaults.mk
42+
- run: echo 'prefix=/ CC=clang CXX=clang++ CLANG_TIDY=clang-tidy' | tr ' ' '\n' > config-defaults.mk
4343
- run: make mkdocs -j`nproc`
4444
# (cd out/site/ && python3 -m http.server 8003 )
4545
- run: ls -al out/site/

0 commit comments

Comments
 (0)