diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-10-03 01:59:44 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-10-03 01:59:44 +0200 |
commit | f075e624440af121da7a27a145e2acee0730c542 (patch) | |
tree | 3bf9e6e962ffde1ba457a1ede35dbab204550ffe | |
parent | 63f5602111d53c552b2417b9386512788fee8766 (diff) | |
download | embassy-f075e624440af121da7a27a145e2acee0730c542.zip |
Use 1 thread in ci doc building.
-rw-r--r-- | .github/workflows/doc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 349ca404..49e1cf71 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -5,7 +5,7 @@ on: branches: [master] env: - BUILDER_THREADS: '2' + BUILDER_THREADS: '1' jobs: doc: |