Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/github_actions_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}."
4 changes: 2 additions & 2 deletions packagemanager/rstudio-pm.gcfg
Original file line number Diff line number Diff line change
@@ -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 -------------- ;
;
Expand Down Expand Up @@ -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]
Expand Down