diff --git a/.github/workflows/apps-deploy.yml b/.github/workflows/apps-deploy.yml index 5411f2b8cb..4999b86cf9 100644 --- a/.github/workflows/apps-deploy.yml +++ b/.github/workflows/apps-deploy.yml @@ -45,7 +45,7 @@ jobs: account: "barret" server_name: "rsc.radixu.com" server_url: "https://rsc.radixu.com/__api__" - rspm: "https://demo.rstudiopm.com/all/__linux__/focal/latest" + # rspm: "https://demo.rstudiopm.com/all/__linux__/focal/latest" cores: 1 retry: 3 # extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)" @@ -54,7 +54,7 @@ jobs: env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - RSPM: ${{ matrix.config.rspm }} + # RSPM: ${{ matrix.config.rspm }} steps: - uses: actions/checkout@v3