Skip to content

Commit

Permalink
.github/workflows/pages.yml: fix spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <timj@gnu.org>
  • Loading branch information
tim-janik committed Nov 10, 2024
1 parent 65d22e4 commit 02e503a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- run: echo -e ' prefix=/ \n CC=clang \n CXX=clang++ \n CLANG_TIDY=clang-tidy ' > config-defaults.mk
- run: echo 'prefix=/ CC=clang CXX=clang++ CLANG_TIDY=clang-tidy' | tr ' ' '\n' > config-defaults.mk
- run: make mkdocs -j`nproc`
# (cd out/site/ && python3 -m http.server 8003 )
- run: ls -al out/site/
Expand Down

0 comments on commit 02e503a

Please sign in to comment.