Skip to content

Commit 8b2d073

Browse files
committed
test only .md files added by bot
1 parent 0cb5860 commit 8b2d073

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/generate_markdown_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: EndBug/add-and-commit@v9
2323
with:
2424
message: "Auto generated documentation"
25-
add: "*"
25+
add: "*.md"
2626
push: true
2727
pull: --rebase --autostash
2828
default_author: github_actions

.github/workflows/third_party_notices_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check and Update Third Party Notices
22

3-
on: push
3+
on: pull_request
44

55
jobs:
66
license-check-setup:

packages/pages/api-extractor.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"dtsRollup": {
1313
"enabled": true,
14-
"untrimmedFilePath": "",
1514
"publicTrimmedFilePath": "<projectFolder>/dist/types/<unscopedPackageName>.d.ts"
1615
},
1716
"tsdocMetadata": {},

packages/pages/src/common/src/template/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export interface TemplateRenderProps<T = any> extends TemplateProps<T> {
225225
* it will use the paths of the user's custom render templates if they exist,
226226
* otherwise it falls back to the ones built-in to PagesJS.
227227
*
228-
* @public
228+
* @internal
229229
*/
230230
export interface ClientServerRenderTemplates {
231231
/** The path to _client.tsx */
@@ -239,7 +239,7 @@ export interface ClientServerRenderTemplates {
239239
/**
240240
* The type of the client/server render templates.
241241
*
242-
* @public
242+
* @internal
243243
*/
244244
export interface RenderTemplate {
245245
/** The render function required by the render templates */
@@ -249,7 +249,7 @@ export interface RenderTemplate {
249249
/**
250250
* Context of a page, which defines the template itself and its props.
251251
*
252-
* @public
252+
* @internal
253253
*/
254254
export interface PageContext<T extends TemplateRenderProps<T>> {
255255
/** The props injected into the template */

0 commit comments

Comments
 (0)