Skip to content

Commit

Permalink
Add flink placeholder page
Browse files Browse the repository at this point in the history
  • Loading branch information
tomncooper committed Dec 28, 2024
1 parent bcf9aef commit 7856789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: python ipper/main.py kafka output standalone dev/kip_mentions.csv site_files/kafka.html

- name: Build the Flink site
run: cp templates/flink.html site_files/flink.html
run: cp templates/flink-index.html site_files/flink.html

- name: Upload static files as artifact
id: deployment
Expand Down
4 changes: 2 additions & 2 deletions templates/flink-index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>

<head>
<title>Flink Improvement Proposals</title>
<title>Flink Improvement Proposals (FLIPs)</title>
<style type="text/css">
html * {
font-family: Arial, Helvetica, sans-serif;
Expand All @@ -10,7 +10,7 @@
</head>

<body>
<h1>Flink Improvement Proposal</h1>
<h1>Flink Improvement Proposals</h1>
<h2>Coming Soon..</h2>
</body>

Expand Down

0 comments on commit 7856789

Please sign in to comment.