Skip to content

Commit 2e9de38

Browse files
committed
render false
1 parent fbef095 commit 2e9de38

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
uses: quarto-dev/quarto-actions/publish@v2
2929
with:
3030
target: quarto-pub
31-
render: true
31+
render: false
3232
QUARTO_PUB_AUTH_TOKEN: ${{ secrets.QUARTO_PUB_AUTH_TOKEN }}

_book/Oxinfer-onboarding.pdf

296 Bytes
Binary file not shown.

_book/connect_to_database.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ <h2 data-number="1.1" class="anchored" data-anchor-id="getting-started"><span cl
238238
<h2 data-number="1.2" class="anchored" data-anchor-id="load-libraries"><span class="header-section-number">1.2</span> Load libraries</h2>
239239
<p>The following libraries will be used in this chapter: DBI, RPostgres, dplyr, dbplyr, usethis and here. If you do not have them installed you can install them with the following command:</p>
240240
<div class="cell">
241-
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">install.packages</span>(<span class="fu">c</span>(<span class="st">"DBI"</span>, <span class="st">"RPostgres"</span>, <span class="st">"dplyr"</span>, <span class="st">"dbplyr"</span>, <span class="st">"usethis"</span>, <span class="st">"here"</span>)) </span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
241+
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">install.packages</span>(<span class="fu">c</span>(<span class="st">"DBI"</span>, <span class="st">"RPostgres"</span>, <span class="st">"dplyr"</span>, <span class="st">"dbplyr"</span>, <span class="st">"usethis"</span>, <span class="st">"here"</span>))</span>
242+
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>x <span class="ot">&lt;-</span> <span class="dv">1</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
242243
</div>
243244
<p>library(“DBI”)</p>
244245
<p>library(“RPostgres”)</p>

_book/search.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"href": "connect_to_database.html#load-libraries",
1919
"title": "1  Connect to the database",
2020
"section": "1.2 Load libraries",
21-
"text": "1.2 Load libraries\nThe following libraries will be used in this chapter: DBI, RPostgres, dplyr, dbplyr, usethis and here. If you do not have them installed you can install them with the following command:\n\ninstall.packages(c(\"DBI\", \"RPostgres\", \"dplyr\", \"dbplyr\", \"usethis\", \"here\")) \n\nlibrary(“DBI”)\nlibrary(“RPostgres”)"
21+
"text": "1.2 Load libraries\nThe following libraries will be used in this chapter: DBI, RPostgres, dplyr, dbplyr, usethis and here. If you do not have them installed you can install them with the following command:\n\ninstall.packages(c(\"DBI\", \"RPostgres\", \"dplyr\", \"dbplyr\", \"usethis\", \"here\"))\nx <- 1\n\nlibrary(“DBI”)\nlibrary(“RPostgres”)"
2222
},
2323
{
2424
"objectID": "connect_to_database.html#set-connection-details",

0 commit comments

Comments
 (0)