From 2214d4cd0f797e16ef43acfb7a9f471740bb3c26 Mon Sep 17 00:00:00 2001 From: "Jakub T. Jankiewicz" Date: Fri, 1 Nov 2024 15:35:03 +0100 Subject: [PATCH] chore: increase CI/CD timeout (#1963) --- docs/en/next/quickstart.html | 4 ++-- docs/en/next/quickstart/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/next/quickstart.html b/docs/en/next/quickstart.html index 739e4c46..298ab6db 100644 --- a/docs/en/next/quickstart.html +++ b/docs/en/next/quickstart.html @@ -57,9 +57,9 @@
Edit

Quick Start

Here's a whirlwind tour of the main features of isomorphic-git.

First, let's set up LightningFS and isomorphic-git. Note: I've already done this for you, which is why there is no RUN button for this code block.

<script src="https://unpkg.com/@isomorphic-git/lightning-fs"></script>
-<script src="https://unpkg.com/isomorphic-git@beta"></script>
+<script src="https://unpkg.com/isomorphic-git"></script>
 <script type="module">
-import http from 'https://unpkg.com/isomorphic-git@beta/http/web/index.js'
+import http from 'https://unpkg.com/isomorphic-git/http/web/index.js'
 // Initialize isomorphic-git with a file system
 window.fs = new LightningFS('fs')
 // I prefer using the Promisified version honestly
diff --git a/docs/en/next/quickstart/index.html b/docs/en/next/quickstart/index.html
index 739e4c46..298ab6db 100644
--- a/docs/en/next/quickstart/index.html
+++ b/docs/en/next/quickstart/index.html
@@ -57,9 +57,9 @@
         
Edit

Quick Start

Here's a whirlwind tour of the main features of isomorphic-git.

First, let's set up LightningFS and isomorphic-git. Note: I've already done this for you, which is why there is no RUN button for this code block.

<script src="https://unpkg.com/@isomorphic-git/lightning-fs"></script>
-<script src="https://unpkg.com/isomorphic-git@beta"></script>
+<script src="https://unpkg.com/isomorphic-git"></script>
 <script type="module">
-import http from 'https://unpkg.com/isomorphic-git@beta/http/web/index.js'
+import http from 'https://unpkg.com/isomorphic-git/http/web/index.js'
 // Initialize isomorphic-git with a file system
 window.fs = new LightningFS('fs')
 // I prefer using the Promisified version honestly