From 289035f3d0551990f928d95297414a8ffeec4e1e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 11 Mar 2024 15:42:53 +0000 Subject: [PATCH] Render site --- docs/check_reports/spell_check_results.tsv | 2 ++ docs/check_reports/url_checks.tsv | 2 ++ docs/editing.html | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docs/check_reports/spell_check_results.tsv create mode 100644 docs/check_reports/url_checks.tsv diff --git a/docs/check_reports/spell_check_results.tsv b/docs/check_reports/spell_check_results.tsv new file mode 100644 index 0000000..beacaed --- /dev/null +++ b/docs/check_reports/spell_check_results.tsv @@ -0,0 +1,2 @@ +word file lines +ottrproject README.md 3 diff --git a/docs/check_reports/url_checks.tsv b/docs/check_reports/url_checks.tsv new file mode 100644 index 0000000..f66589f --- /dev/null +++ b/docs/check_reports/url_checks.tsv @@ -0,0 +1,2 @@ +urls urls_status file +https://www.ottrproject.org/writing_content.html failed /github/workspace/editing.Rmd diff --git a/docs/editing.html b/docs/editing.html index e60c10d..1a27ba1 100644 --- a/docs/editing.html +++ b/docs/editing.html @@ -290,7 +290,7 @@

Editing

Now that your website is alive and hosted, how do you start customizing it to have your content?

If you already know how to file pull requests, feel free to start making edits as you see fit using some of the structure points we’ve noted below.

-

If you are not familiar with pull requests, read this guide to get started.

+

If you are not familiar with pull requests, read this guide to get started.

Title

To change the title of the website, modify the name line of the _site.yml file.