File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ repos:
2424 # sub-packages, which confuses pre-commit when it tries to find the latest
2525 # version
2626 - repo : https://github.com/adhtruong/mirrors-typos
27- rev : v1.46.2
27+ rev : v1.46.3
2828 hooks :
2929 - id : typos
3030
3131 - repo : https://github.com/rvben/rumdl-pre-commit
32- rev : v0.1.96
32+ rev : v0.2.0
3333 hooks :
3434 - id : rumdl-fmt # Auto-format
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments