diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3654b25..220430c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: run: | ls -lrt export CDS_API_KEY=${{ secrets.CDS_API_KEY }} - cat jupyter_server_config_extra.py | envsubst + cat jupyter_server_config_extra.py | envsubst > jupyter_server_config_extra.py less jupyter_server_config_extra.py - name: Build and push the image to quay.io