From 1a34ce2b7414352d8b3fcd1c2fdec81f1ab408b0 Mon Sep 17 00:00:00 2001 From: Henri Casanova Date: Wed, 1 May 2024 11:09:38 -1000 Subject: [PATCH] typo-- --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b98b944..172b435 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,11 +72,11 @@ jobs: sudo apt-get -y install doxygen sudo apt-get -y install python3-sphinx - - name: Build and Deploy Documentation - run: | - cd - cd file-system-module/build - make doc + - name: Build and Deploy Documentation + run: | + cd + cd file-system-module/build + make doc