You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: publish/set-up.qmd
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,11 @@ If the metadata contains `review` data then is [shown](https://github.com/r-univ
157
157
158
158
If useful we could conditionally display other sorts of meta information, [get in touch](https://github.com/r-universe-org/help/discussions).
159
159
160
+
#### Updating the custom metadata
161
+
162
+
Please note that the metadata is picked up during the build.
163
+
So if you updated the metadata, you need to trigger a build of the package by doing a commit (or wait for the package to get automatically rebuilt every 30 days)
164
+
160
165
## Installing the GitHub app {#appinstall}
161
166
162
167
Once you pushed your `packages.json` file to your new `universe` repository on GitHub, the next step is to install the [R-universe GitHub app](https://github.com/apps/r-universe/installations/new) on your account.
@@ -246,4 +251,4 @@ You can use a rocket icon as icon.
246
251
## Removing/deleting an universe
247
252
248
253
To remove/delete an universe, delete the GitHub repository called `<yourname>.r-universe.dev` from your GitHub account.
249
-
The packages and GitHub integration will automatically get removed within the next R-universe builds.
254
+
The packages and GitHub integration will automatically get removed within the next R-universe builds.
0 commit comments