Skip to content

Commit 2f74c9e

Browse files
mjcuvakanadgupta
andauthored
ci: update docs upload owlfooding (#1178)
| 🚥 Resolves ISSUE_ID | | :------------------- | ## 🧰 Changes Ok take 2 updating the docs syncing command! Turns out I had a really out of date version locally, so it was easier just to make a new branch instead of trying to squash a bunch of merge conflicts. This updates the docs syncing to use the new version of rdme now that our main docs project is on Refactored. ## 🧬 QA & Testing Provide as much information as you can on how to test what you've done. --------- Co-authored-by: Kanad Gupta <[email protected]>
1 parent bd47b89 commit 2f74c9e

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
include: documentation/*
4545

4646
- name: Sync docs to ReadMe
47-
uses: readmeio/rdme@v9
47+
uses: readmeio/rdme@v10.2.0-next.4
4848
with:
49-
rdme: docs ./documentation/legacy/ --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ vars.README_DEVELOPERS_MAIN_VERSION }}
49+
rdme: docs upload ./documentation/legacy/ --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ vars.README_DEVELOPERS_MAIN_VERSION }}

documentation/legacy/github-actions-docs-example.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'GitHub Actions Example: Syncing Markdown'
3-
category: 62056dee230e07007218be06
3+
category:
4+
uri: documentation
45
---
56

67
<!--

documentation/legacy/github-actions-openapi-example.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'GitHub Actions Example: Syncing OpenAPI'
3-
category: 62056dee230e07007218be06
3+
category:
4+
uri: documentation
45
---
56

67
<!--

documentation/legacy/legacy-github-action.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
category: 62056dee230e07007218be06
3-
hidden: true
2+
category:
3+
uri: documentation
44
slug: automatically-sync-api-specification-with-github
5-
title: OpenAPI + GitHub Sync [DEPRECATED]
5+
title: 'OpenAPI + GitHub Sync [DEPRECATED]'
6+
privacy:
7+
view: anyone_with_link
68
---
79

810
<!--

documentation/legacy/rdme.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
title: Syncing Docs via CLI / GitHub
3-
excerpt: Update your docs automatically with `rdme`, ReadMe's official CLI and GitHub Action!
4-
category: 62056dee230e07007218be06
3+
category:
4+
uri: documentation
5+
content:
6+
excerpt: >-
7+
Update your docs automatically with `rdme`, ReadMe's official CLI and GitHub
8+
Action!
59
---
610

711
<!--

0 commit comments

Comments
 (0)