From 57ecb918a8229491861b8324384a28029eb8c0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martina=20Gr=C3=A4ber?= Date: Mon, 20 Nov 2023 13:08:39 +0100 Subject: [PATCH] deployment-test --- .github/workflows/documentation.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index cafbcc7cb..fdf68fe11 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,4 +18,10 @@ jobs: - name: Generate documentation for qbm run: npm run doc:qbm - working-directory: ./imxweb \ No newline at end of file + working-directory: ./imxweb + + - name: Deploy the documentation + uses: actions/upload-artifact@v3 + with: + name: documentation + path: ./documentation/ # or path/to/artifact \ No newline at end of file