From 58d9ef47c50c32cd35f10248b5f88fa6e2574fe4 Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Fri, 2 Jan 2026 18:02:51 +0100 Subject: [PATCH] longer timeout in 'repeat' workflow, heading for advanced docs --- .github/workflows/repeat-recent-requests.yml | 2 +- docs/advanced_documentation.md | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/repeat-recent-requests.yml b/.github/workflows/repeat-recent-requests.yml index b0b4862d..1d9732e2 100644 --- a/.github/workflows/repeat-recent-requests.yml +++ b/.github/workflows/repeat-recent-requests.yml @@ -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 }} diff --git a/docs/advanced_documentation.md b/docs/advanced_documentation.md index db0c3b89..27942d2f 100644 --- a/docs/advanced_documentation.md +++ b/docs/advanced_documentation.md @@ -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 `/ [!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