Skip to content

Commit 8357cf3

Browse files
authored
Merge pull request #52 from rootstrap/build/docs_fix_docs_project_not_building
build(docs): fix docs project not building
2 parents 5343ffb + 2bd54e8 commit 8357cf3

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

docs/src/content/docs/ci-cd/app-releasing-process.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ The starter comes with a set of GitHub workflows that use EXPO EAS to build and
5959

6060
- `new-app-version.yml` : A workflow that run `app-release` script in order to update the app version and push a new tag to GitHub.
6161

62-
- `new-github-release.yml` : A workflow that is triggered whenever a new tag is pushed to GitHub. It will create a new GitHub release based on the tag name with the correct changelog.
63-
6462
- `eas-build-qa.yml` : A workflow that is triggered whenever a new release is created on GitHub. It will build the app using EXPO EAS and based on the config it will distribute.
6563

6664
- `eas-build-prod.yml` : A workflow that is triggered manually whenever we want to push a new release to the App Store and Google Play. It will build the app using EXPO EAS and based on the config it will distribute.

docs/src/content/docs/ci-cd/workflows-references.mdx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ All actions are located in the `.github/actions` folder, and here is the complet
3232

3333
### ⚙️ EAS Build
3434

35-
<CodeBlock file=".github/actions/eas-build/action.yml" />
35+
<CodeBlock file=".github/workflows/eas-build.yml" />
3636

3737
## Workflows
3838

@@ -58,19 +58,7 @@ All actions are located in the `.github/actions` folder, and here is the complet
5858

5959
### ⚙️ New App Version
6060

61-
<CodeBlock file=".github/workflows/new-app-version.yml" />
62-
63-
### ⚙️ New Github Release
64-
65-
<CodeBlock file=".github/workflows/new-github-release.yml" />
66-
67-
### ⚙️ EAS Build QA
68-
69-
<CodeBlock file=".github/workflows/eas-build-qa.yml" />
70-
71-
### ⚙️ EAS Build Prod
72-
73-
<CodeBlock file=".github/workflows/eas-build-prod.yml" />
61+
<CodeBlock file=".github/workflows/new-template-version.yml" />
7462

7563
### ⚙️ E2E Test for Android
7664

0 commit comments

Comments
 (0)