Skip to content

Commit 5a824c8

Browse files
authored
Merge pull request #323 from rstudio/docs/fix
Fix pkgdown site build
2 parents 456d654 + ee6b9f0 commit 5a824c8

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: pkgdown
88

99
jobs:
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:
@@ -33,8 +33,8 @@ jobs:
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'

_pkgdown.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)