Skip to content

Commit 1eb2c72

Browse files
chore: ✏️ automatic pre-commit hook fixes
1 parent b4c2845 commit 1eb2c72

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

template/TODO.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,16 @@
2727
repository.
2828
- Create an `UPDATE_VERSION_APP_ID` and `ADD_TO_BOARD_APP_ID` variable
2929
of the GitHub Apps' IDs if you haven't already and connect them to
30-
the repository.
31-
{%- else -%}
30+
the repository. {%- else -%}
3231
- Install the [gh CLI](https://cli.github.com/) to create the GitHub
3332
repository from the command line by using
34-
`gh repo create {{ github_repo_spec }} --source=. --public`.
35-
{%- endif %}
36-
{% if hosting_provider == "netlify" %}
33+
`gh repo create {{ github_repo_spec }} --source=. --public`. {%- endif
34+
%} {% if hosting_provider == "netlify" %}
3735
- Connect the repository to Netlify and turn off the builds on Netlify,
3836
since you will be using GitHub Actions to build and deploy the
39-
website.
40-
{%- elif hosting_provider == "gh-pages" -%}
37+
website. {%- elif hosting_provider == "gh-pages" -%}
4138
- Run `quarto publish gh-pages` to setup and start publishing the
42-
website to GitHub Pages.
43-
{%- endif %}
39+
website to GitHub Pages. {%- endif %}
4440
- If relevant, connect [GoatCounter](https://www.goatcounter.com/).
4541
- If relevant, connect [pre-commit.ci](https://pre-commit.ci/) to the
4642
repository and enable the pre-commit hooks.

0 commit comments

Comments
 (0)