diff --git a/.github/workflows/ncc_workflow.yml b/.github/workflows/ncc_workflow.yml index eb47ebe..f5f9bde 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -553,6 +553,8 @@ jobs: - name: zip documentation run: | + sudo apt-get update + sudo apt-get install zip zip -r documentation.zip documentation - name: Upload documentation artifact