diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61eb70aad..c74b559ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,7 @@ jobs: structures_ref: ${{ inputs.structures_ref }} artifact-name: test-msvc cache-id: test + docs: true tests: true build-linux: @@ -33,6 +34,7 @@ jobs: cache-id: test stonesense: ${{ matrix.plugins == 'all' }} extras: ${{ matrix.plugins == 'all' }} + docs: true tests: true gcc-ver: ${{ matrix.gcc }} secrets: inherit