File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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