This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/storm-site.git
The following commit(s) were added to refs/heads/main by this push:
new c78df52066 Add GitHub action for site publish
c78df52066 is described below
commit c78df5206690967ac4d76fb1c6fb5e62701f0a24
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri May 2 20:21:49 2025 +0200
Add GitHub action for site publish
---
_config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_config.yml b/_config.yml
index 4a605d1531..6c887a8e0c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,8 +2,7 @@
title: Apache Storm
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://storm.apache.org" # the base hostname & protocol for your site
-twitter_username: stormprocessor
-github_username: apache/storm
+github_username: apache/storm
# Build settings
markdown: redcarpet
@@ -14,3 +13,4 @@ keep_files: [".git", ".svn"]
encoding: "utf-8"
exclude:
- README.md
+ - vendor/
\ No newline at end of file