From c7be6c6827f0b6bbe59491d2d67cfd1c103339d7 Mon Sep 17 00:00:00 2001 From: Marko Kosunen Date: Mon, 22 Jan 2024 08:29:28 +0200 Subject: [PATCH] Update --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d069c0e..9935da4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: # This project MUST be given permission to use the image blow. at # Package settings-> Manage action access of the project hosting the # package - # Your project MUSTT contain empty .nojekyll file. Github Pages will + # Your project MUST contain empty .nojekyll file. Github Pages will # discard everything starting with '_' i.e. the stylefiles. container: 'ghcr.io/thesystemdevelopmentkit/thesdktestimage:latest' name: Build documentation @@ -18,4 +18,4 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Documentation builder action - run: cd doc && make html && cd .. && rm -rf ./docs && mv ./doc/build/html/* ./docs/ + run: cd doc && make html && cd .. && mv ./doc/build/html/* ./docs/