Skip to content

Commit d521e7b

Browse files
committed
Use dependency from Arduino org
1 parent e407a4f commit d521e7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/render-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Install render-docs
8181
shell: bash
82-
run: npm install github:sebromero/render-docs --no-save --silent
82+
run: npm install github:arduino/render-docs --no-save --silent
8383

8484
- name: Cache Doxygen binaries
8585
id: cache-doxygen-binaries

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Rendering the documentation as part of the CI pipeline ensures always up-to-date
88
## 💻 Usage
99

1010
This Github action can be imported into your own workflow via `uses` property:
11-
`- uses: sebromero/render-docs-github-action@main`
11+
`- uses: arduino/render-docs-github-action@main`
1212
The minimal arguments that it needs are `source-path` and `target-path`.
1313

1414
Here is a minimal workflow to render documentation in your own repository:
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- uses: actions/checkout@v4
44-
- uses: sebromero/render-docs-github-action@main
44+
- uses: arduino/render-docs-github-action@main
4545
with:
4646
source-path: './src'
4747
target-path: './docs/api.md'
@@ -72,7 +72,7 @@ The workflow has a couple of inputs that allows to configure the behaviour:
7272

7373
## 🐛 Reporting Issues
7474

75-
If you encounter any issue, please open a bug report [here](https://github.com/sebromero/render-docs-github-action/issues).
75+
If you encounter any issue, please open a bug report [here](https://github.com/arduino/render-docs-github-action/issues).
7676

7777
## 💪 Contributing
7878

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757

5858
- name: Install render-docs
5959
shell: bash
60-
run: npm install github:sebromero/render-docs --no-save --silent
60+
run: npm install github:arduino/render-docs --no-save --silent
6161

6262
- name: Cache Doxygen binaries
6363
id: cache-doxygen-binaries

0 commit comments

Comments
 (0)