From 8e9acaa1d9f66b233b1e8c162fa31adb8959e50c Mon Sep 17 00:00:00 2001 From: Andi Drebes Date: Mon, 20 Mar 2023 11:13:07 +0100 Subject: [PATCH] fix(compiler): Use correct directory mapping for documentation in the workflow --- .github/workflows/compiler_build_and_test_cpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compiler_build_and_test_cpu.yml b/.github/workflows/compiler_build_and_test_cpu.yml index f3bf482db..c4aee2713 100644 --- a/.github/workflows/compiler_build_and_test_cpu.yml +++ b/.github/workflows/compiler_build_and_test_cpu.yml @@ -129,7 +129,7 @@ jobs: options: >- -v ${{ env.LLVM_PROJECT_DIR }}:/llvm-project -v ${{ env.COMPILER_PROJECT_DIR }}:/compiler - -v ${{ github.workspace }}/docs:/docs + -v ${{ env.COMPILER_PROJECT_DIR }}/docs:/docs shell: bash run: | cd /concrete/compilers/concrete-compiler/compiler