fix: ignore certain files for jekyll
This commit is contained in:
@@ -12,4 +12,5 @@ tasks:
|
||||
- $TF apply
|
||||
- $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