File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 79
79
80
80
- name : Install render-docs
81
81
shell : bash
82
- run : npm install github:sebromero /render-docs --no-save --silent
82
+ run : npm install github:arduino /render-docs --no-save --silent
83
83
84
84
- name : Cache Doxygen binaries
85
85
id : cache-doxygen-binaries
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Rendering the documentation as part of the CI pipeline ensures always up-to-date
8
8
## 💻 Usage
9
9
10
10
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 `
12
12
The minimal arguments that it needs are ` source-path ` and ` target-path ` .
13
13
14
14
Here is a minimal workflow to render documentation in your own repository:
41
41
42
42
steps :
43
43
- uses : actions/checkout@v4
44
- - uses : sebromero /render-docs-github-action@main
44
+ - uses : arduino /render-docs-github-action@main
45
45
with :
46
46
source-path : ' ./src'
47
47
target-path : ' ./docs/api.md'
@@ -72,7 +72,7 @@ The workflow has a couple of inputs that allows to configure the behaviour:
72
72
73
73
# # 🐛 Reporting Issues
74
74
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).
76
76
77
77
# # 💪 Contributing
78
78
Original file line number Diff line number Diff line change 57
57
58
58
- name : Install render-docs
59
59
shell : bash
60
- run : npm install github:sebromero /render-docs --no-save --silent
60
+ run : npm install github:arduino /render-docs --no-save --silent
61
61
62
62
- name : Cache Doxygen binaries
63
63
id : cache-doxygen-binaries
You can’t perform that action at this time.
0 commit comments