mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
[PR #256] [CLOSED] feat: add contributing tutorial and gh-pages workflow #348
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/open-webui/docs/pull/256
Author: @matthewhand
Created: 10/30/2024
Status: ❌ Closed
Base:
main← Head:feature-contrib-clean📝 Commits (2)
2ba806afeat: add contributing tutorial and gh-pages workflow259b5f5Exclude GitHub Pages workflow from PR as it’s not in upstream📊 Changes
2 files changed (+84 additions, -55 deletions)
View changed files
➖
.github/workflows/gh-pages.yml(+0 -55)➕
docs/tutorials/tips/contributing-tutorial.md(+84 -0)📄 Description
Pull Request Title:
Add Contributing Guidelines and Update GitHub Pages Workflow with Environment Variables
Description:
This pull request introduces two contributions:
Contributing Guidelines:
docs/tutorials/tips/contributing-tutorial.md.GitHub Pages Workflow Update:
.github/workflows/gh-pages.ymlto support forked repositories by introducing two new environment variables:SITE_URL: Defines the custom site URL used for GitHub Pages deployment.BASE_URL: Configures the base path for deployments.Files Added/Modified:
docs/tutorials/tips/contributing-tutorial.md.github/workflows/gh-pages.ymlSITE_URLandBASE_URLenvironment variables to the deployment workflow to enable customized URLs for forked repositories.Steps to Validate:
Review the Contributing Tutorial:
docs/tutorials/tips/contributing-tutorial.mdis comprehensive and clear.Test the GitHub Pages Workflow:
SITE_URLandBASE_URLsecrets to your forked repository.mainbranch and confirm the deployment reflects the custom URLs.Checklist: