mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 20:19:54 -04:00
Update GitHub hosting instructions
This commit is contained in:
parent
a51bf9f4f6
commit
a135e52a02
@ -171,6 +171,19 @@ Under the deploy step, you will see a link to your live site.
|
|||||||
|
|
||||||
In the future, whenever you push a change from your local repository, GitHub will rebuild your site and deploy the changes.
|
In the future, whenever you push a change from your local repository, GitHub will rebuild your site and deploy the changes.
|
||||||
|
|
||||||
|
## Customize the workflow
|
||||||
|
|
||||||
|
The example workflow above includes this step, which typically takes 10‑15 seconds:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: Install Dart Sass
|
||||||
|
run: sudo snap install dart-sass
|
||||||
|
```
|
||||||
|
|
||||||
|
You may remove this step if your site, themes, and modules do not transpile Sass to CSS using the [Dart Sass] transpiler.
|
||||||
|
|
||||||
|
[Dart Sass]: /hugo-pipes/transpile-sass-to-css/#dart-sass
|
||||||
|
|
||||||
## Additional resources
|
## Additional resources
|
||||||
|
|
||||||
- [Learn more about GitHub Actions](https://docs.github.com/en/actions)
|
- [Learn more about GitHub Actions](https://docs.github.com/en/actions)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user