Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a7ff78

Browse files
authored
[#1771] Add tip on generating report via reposense-action (#1858)
Generating RepoSense reports via GitHub Actions requires forking of the template publish-RepoSense repo. It also only supports publishing with GitHub Pages. This process is more complicated than utilizing published actions on the marketplace. It also requires direct edits to the script files for more customization. Let's document an available alternative via a community-published action for interested users to explore. The published action can be used in the same directory as the user's project and support customization via action arguments. It also supports surge.sh as an alternative publishing platform.
1 parent c6a116b commit 1a7ff78

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/ug/withGithubActions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ You can use [_GitHub Actions_](https://github.com/features/actions) (together wi
3434

3535
To access your regenerated RepoSense report, go to the settings of your fork in GitHub, under **GitHub Pages** section, look for `Your site is published at [LINK]`. It should look something like `https://[YOUR_GITHUB_ID].github.io/publish-RepoSense`.
3636
![GitHub Setting](../images/publishingguide-githubsetting.jpg "GitHub Setting")
37+
38+
<box type="tip" seamless>
39+
40+
There is also a published GitHub Action ([reposense-action](https://github.com/marketplace/actions/reposense-action)) that can be used to generate and publish RepoSense reports. It is especially convenient for users who wish to skip the forking and setting up of a separate repository. For more information, refer to the [usage description](https://github.com/marketplace/actions/reposense-action#usage).
41+
</box>
42+
3743
</div>
3844

3945
<!-- ==================================================================================================== -->

0 commit comments

Comments
 (0)