File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ name: pkgdown
88
99jobs :
1010 pkgdown :
11- runs-on : ubuntu-18.04
11+ runs-on : ubuntu-latest
1212 env :
13- RSPM : https://packagemanager.rstudio.com/cran/__linux__/bionic /latest
13+ RSPM : https://packagemanager.rstudio.com/cran/__linux__/jammy /latest
1414 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
1515
1616 steps :
3333 path : |
3434 ${{ env.R_LIBS_USER }}/*
3535 !${{ env.R_LIBS_USER }}/pak
36- key : ubuntu-18.04 -${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('.github/r-depends.rds') }}
37- restore-keys : ubuntu-18.04 -${{ steps.install-r.outputs.installed-r-version }}-1-
36+ key : ubuntu-latest -${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('.github/r-depends.rds') }}
37+ restore-keys : ubuntu-latest -${{ steps.install-r.outputs.installed-r-version }}-1-
3838
3939 - name : Install system dependencies
4040 if : runner.os == 'Linux'
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ reference:
5050 - setDocumentContents
5151 - setCursorPosition
5252 - setSelectionRanges
53+ - setGhostText
5354
5455 - documentSave
5556 - documentSaveAll
@@ -81,6 +82,15 @@ reference:
8182 - openProject
8283 - getActiveProject
8384
85+ - title : OAuth & Authentication
86+ desc : Work with OAuth integrations and authentication in Posit Workbench.
87+ contents :
88+ - getOAuthIntegrations
89+ - getOAuthIntegration
90+ - findOAuthIntegration
91+ - getOAuthCredentials
92+ - getDelegatedAzureToken
93+
8494 - title : Themes
8595 desc : Work with RStudio editor themes.
8696 contents :
@@ -105,6 +115,7 @@ reference:
105115 - isAvailable
106116
107117 - getVersion
118+ - getMode
108119 - versionInfo
109120
110121 - starts_with("preview")
You can’t perform that action at this time.
0 commit comments