fix: ignore certain files for jekyll
This commit is contained in:
@@ -13,3 +13,4 @@ tasks:
|
|||||||
- $TF output -json > terraform.secrets
|
- $TF output -json > terraform.secrets
|
||||||
|
|
||||||
action: act -W .gitea/workflows --container-architecture linux/amd64
|
action: act -W .gitea/workflows --container-architecture linux/amd64
|
||||||
|
dev: bundle exec jekyll serve
|
||||||
5
_config.yml
Normal file
5
_config.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
exclude:
|
||||||
|
- "*.yml"
|
||||||
|
- "*.md"
|
||||||
|
- "LICENSE"
|
||||||
|
- "terraform/*"
|
||||||
Reference in New Issue
Block a user