From f0efa2827c29928ebfdd28a64a969d322a2697c9 Mon Sep 17 00:00:00 2001 From: Sam Cofer Date: Mon, 2 Mar 2026 16:46:53 -0600 Subject: [PATCH] update gha and broken links --- .github/workflows/github_actions_demo.yml | 11 ++++++++++- packagemanager/rstudio-pm.gcfg | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_actions_demo.yml b/.github/workflows/github_actions_demo.yml index 5c7147b..ac20fe8 100644 --- a/.github/workflows/github_actions_demo.yml +++ b/.github/workflows/github_actions_demo.yml @@ -16,5 +16,14 @@ jobs: uses: lycheeverse/lychee-action@v1.5.4 with: fail: true - args: --verbose --no-progress './workbench/*' './connect/*' './packagemanager/*' './README.md' --exclude 'https://packagemanager.posit.co/cran/__linux__/centos8/latest' --exclude 'file:///opt/efs/' + args: >- + --verbose --no-progress + './workbench/*' './connect/*' './packagemanager/*' './README.md' + --exclude 'https://packagemanager.posit.co/cran/__linux__/centos8/latest' + --exclude 'file:///opt/efs/' + --exclude 'file:///path/to/' + --exclude '\.company\.com' + --exclude 'user@company\.com' + --exclude 'https://packagemanager.posit.co/cran/__linux__/$' + --exclude 'https://packagemanager.posit.co/bioconductor/__linux__/$' - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file diff --git a/packagemanager/rstudio-pm.gcfg b/packagemanager/rstudio-pm.gcfg index ad4228d..b68209f 100644 --- a/packagemanager/rstudio-pm.gcfg +++ b/packagemanager/rstudio-pm.gcfg @@ -1,6 +1,6 @@ ; Posit Package Manager Configuration File ; -; Full Configuration Reference: https://docs.posit.co/rspm/admin/appendix/configuration +; Full Configuration Reference: https://docs.posit.co/rspm/admin/appendix/configuration.html ; -------------- Server Configuration -------------- ; ; @@ -115,7 +115,7 @@ Listen = ":80" ; -------------- Git Sources Configuration -------------- ; ; -; https://docs.posit.co/rspm/admin/package-sources.html +; https://docs.posit.co/rspm/admin/repositories.html#sources ; Git integration for package sources. Configure Git credentials and build settings. [Git]