Skip to content

Commit

Permalink
chore: increase CI/CD timeout (#1963)
Browse files Browse the repository at this point in the history
jcubic authored and isomorphic-git-bot committed Nov 1, 2024
1 parent 09d9300 commit 2214d4c
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/next/quickstart.html
Original file line number Diff line number Diff line change
@@ -57,9 +57,9 @@
</script></nav></div><div class="container mainContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/isomorphic-git/isomorphic-git/edit/main/docs/guide-quickstart.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 class="postHeaderTitle">Quick Start</h1></header><article><div><span><p>Here's a whirlwind tour of the main features of <code>isomorphic-git</code>.</p>
<p>First, let's set up LightningFS and isomorphic-git. <em>Note: I've already done this for you, which is why there is no RUN button for this code block.</em></p>
<pre><code class="hljs css language-html"><span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://unpkg.com/@isomorphic-git/lightning-fs"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://unpkg.com/isomorphic-git@beta"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://unpkg.com/isomorphic-git"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"module"</span>&gt;</span><span class="javascript">
<span class="hljs-keyword">import</span> http <span class="hljs-keyword">from</span> <span class="hljs-string">'https://unpkg.com/isomorphic-git@beta/http/web/index.js'</span>
<span class="hljs-keyword">import</span> http <span class="hljs-keyword">from</span> <span class="hljs-string">'https://unpkg.com/isomorphic-git/http/web/index.js'</span>
<span class="hljs-comment">// Initialize isomorphic-git with a file system</span>
<span class="hljs-built_in">window</span>.fs = <span class="hljs-keyword">new</span> LightningFS(<span class="hljs-string">'fs'</span>)
<span class="hljs-comment">// I prefer using the Promisified version honestly</span>
4 changes: 2 additions & 2 deletions docs/en/next/quickstart/index.html
Original file line number Diff line number Diff line change
@@ -57,9 +57,9 @@
</script></nav></div><div class="container mainContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/isomorphic-git/isomorphic-git/edit/main/docs/guide-quickstart.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 class="postHeaderTitle">Quick Start</h1></header><article><div><span><p>Here's a whirlwind tour of the main features of <code>isomorphic-git</code>.</p>
<p>First, let's set up LightningFS and isomorphic-git. <em>Note: I've already done this for you, which is why there is no RUN button for this code block.</em></p>
<pre><code class="hljs css language-html"><span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://unpkg.com/@isomorphic-git/lightning-fs"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://unpkg.com/isomorphic-git@beta"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://unpkg.com/isomorphic-git"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"module"</span>&gt;</span><span class="javascript">
<span class="hljs-keyword">import</span> http <span class="hljs-keyword">from</span> <span class="hljs-string">'https://unpkg.com/isomorphic-git@beta/http/web/index.js'</span>
<span class="hljs-keyword">import</span> http <span class="hljs-keyword">from</span> <span class="hljs-string">'https://unpkg.com/isomorphic-git/http/web/index.js'</span>
<span class="hljs-comment">// Initialize isomorphic-git with a file system</span>
<span class="hljs-built_in">window</span>.fs = <span class="hljs-keyword">new</span> LightningFS(<span class="hljs-string">'fs'</span>)
<span class="hljs-comment">// I prefer using the Promisified version honestly</span>

0 comments on commit 2214d4c

Please sign in to comment.