Skip to content

Commit

Permalink
Remove Private/Public description.
Browse files Browse the repository at this point in the history
I found that GitHub Enterprise allows GitHub pages for `internal` repo. User could acknowledge it should be public or not when they try to deploy on Pages. So I remove that line.
  • Loading branch information
YoungjaeKim committed Jan 25, 2024
1 parent 1a497ad commit 0428d85
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ And let's say your company is all about that unified look and drops official bac

### 🐙 Github Pages Deployment

You can deploy directly from your GitHub repository using [GitHub Pages](https://pages.github.com/) with just a GitHub account. (If the repository is private, either upgrade your account or make the repository public to enable Pages.)

`Setting > Pages > Github Actions`

You can automate development workflows with [GitHub Actions](https://docs.github.com/en/actions). [.github/workflows/deploy.yml](https://github.com/line/abc-virtual-background-maker/blob/main/.github/workflows/deploy.yml)
You can deploy directly from your GitHub repository using [GitHub Pages](https://pages.github.com/) at `Setting > Pages > Github Actions` menu.
Check our deployment workflow with [GitHub Actions](https://docs.github.com/en/actions) at [.github/workflows/deploy.yml](https://github.com/line/abc-virtual-background-maker/blob/main/.github/workflows/deploy.yml)

### 🐳 Container Deployment

Expand Down

0 comments on commit 0428d85

Please sign in to comment.