longer timeout in 'repeat' workflow, heading for advanced docs
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
with:
|
||||
url: "https://github-stats-extended.vercel.app/api/repeat-recent"
|
||||
method: "POST"
|
||||
timeout: "62000"
|
||||
timeout: "300000"
|
||||
- name: Show Response
|
||||
run: |
|
||||
echo ${{ steps.myRequest.outputs.response }}
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# Table of Contents
|
||||
# Advanced Customization
|
||||
|
||||
## Table of Contents
|
||||
- [GitHub Stats Card](#github-stats-card)
|
||||
- [GitHub Extra Pins](#github-extra-pins)
|
||||
- [GitHub Gist Pins](#github-gist-pins)
|
||||
@@ -6,7 +8,7 @@
|
||||
- [WakaTime Stats Card](#wakatime-stats-card)
|
||||
- [All Demos](#all-demos)
|
||||
|
||||
# GitHub Stats Card
|
||||
## GitHub Stats Card
|
||||
|
||||
> [!WARNING]
|
||||
> By default, the stats card only shows statistics like stars, commits, and pull requests from public repositories. To show private statistics on the stats card, you should [deploy your own instance](deploy.md) using your own GitHub API token.
|
||||
@@ -296,7 +298,7 @@ If we don't support your language, please consider contributing! You can find mo
|
||||
|
||||
***
|
||||
|
||||
# GitHub Extra Pins
|
||||
## GitHub Extra Pins
|
||||
|
||||
GitHub extra pins allow you to pin more than 6 repositories in your profile using a GitHub profile readme.
|
||||
|
||||
@@ -343,7 +345,7 @@ You can also specify the `repo` parameter in the form `<user_or_organization>/<r
|
||||
|
||||

|
||||
|
||||
# GitHub Gist Pins
|
||||
## GitHub Gist Pins
|
||||
|
||||
GitHub gist pins allow you to pin gists in your GitHub profile using a GitHub profile readme.
|
||||
|
||||
@@ -373,7 +375,7 @@ Use [show\_owner](#options-1) query option to include the gist's owner username
|
||||
|
||||

|
||||
|
||||
# Top Languages Card
|
||||
## Top Languages Card
|
||||
|
||||
The top languages card shows your most frequently used languages.
|
||||
|
||||
@@ -539,7 +541,7 @@ You can use the `&stats_format=bytes` option to display the stats in bytes inste
|
||||
|
||||

|
||||
|
||||
# WakaTime Stats Card
|
||||
## WakaTime Stats Card
|
||||
|
||||
> [!WARNING]
|
||||
> Please be aware that we currently only show data from WakaTime profiles that are public. You therefore have to make sure that **BOTH** `Display code time publicly` and `Display languages, editors, os, categories publicly` are enabled.
|
||||
@@ -586,7 +588,7 @@ You can customize the appearance and behavior of the WakaTime stats card using t
|
||||
|
||||
***
|
||||
|
||||
# All Demos
|
||||
## All Demos
|
||||
|
||||
* Default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user