mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #10] [MERGED] [core] Add Continuous Delivery for Landing Page #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/10
Author: @ricoberger
Created: 9/16/2023
Status: ✅ Merged
Merged: 9/16/2023
Merged by: @ricoberger
Base:
main← Head:core-add-continuous-delivery-for-landing-page📝 Commits (1)
4e944d2[core] Add Continuous Delivery for Landing Page📊 Changes
5 files changed (+80 additions, -17 deletions)
View changed files
📝
.github/workflows/release.yaml(+66 -3)📝
landing/app/download/page.tsx(+5 -5)📝
landing/app/pricing/page.tsx(+2 -2)📝
landing/helpers/helpers.ts(+5 -5)📝
landing/helpers/metadata.ts(+2 -2)📄 Description
This commit adds a continuous delivery pipeline for the landing page, which is published as GitHub page.
This commit also fixes some typings and links within the landing page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.