Skip to content

Commit

Permalink
fix: script name & typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsferruzza committed Sep 5, 2024
1 parent 4a0a31b commit ce6b1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ There is no need to build before submitting your Pull Request or before deployin

The theme used here is called [Hextra](https://imfing.github.io/hextra/).

Check warning on line 54 in README.md

View workflow job for this annotation

GitHub Actions / Run Vale Linter

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is called'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is called').", "location": {"path": "README.md", "range": {"start": {"line": 54, "column": 21}}}, "severity": "INFO"}

Check warning on line 54 in README.md

View workflow job for this annotation

GitHub Actions / Run Vale Linter

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is called'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is called').", "location": {"path": "README.md", "range": {"start": {"line": 54, "column": 21}}}, "severity": "INFO"}

The `hugo.sh` script runs the compilation with the right options and server the content of the public folder.
The `clevercloud-deploy-script.sh` script runs the compilation with the right options and serves the content of the public folder.

This is why the Clever Cloud application running this app needs to have a webroot serving `/public/`.

Expand Down

0 comments on commit ce6b1f7

Please sign in to comment.