diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 1360004e..4acd16fd 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -32,9 +32,6 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - container: - image: nordicplayground/nrfconnect-sdk:main - options: --cpus 2 steps: - name: Checkout