diff --git a/src/demo/css/style.css b/src/demo/css/style.css index 852763a6..2c11b900 100644 --- a/src/demo/css/style.css +++ b/src/demo/css/style.css @@ -311,6 +311,20 @@ input:focus:invalid { word-break: break-all; } +.output .workflow { + word-break: normal; + overflow-x: auto; +} + +.output .workflow code { + white-space: pre; +} + +.workflow-note { + font-size: 0.9em; + line-height: 1.5; +} + .output .btn { margin-top: 16px; } diff --git a/src/demo/index.php b/src/demo/index.php index c3d44bfe..e9ca781e 100644 --- a/src/demo/index.php +++ b/src/demo/index.php @@ -264,6 +264,20 @@ function gtag() { Copy To Clipboard + +
+ Create .github/workflows/streak-stats.yml in your profile repository. For private contributions, create a repository secret named STREAK_STATS_TOKEN and use it in place of GITHUB_TOKEN.
+
+