Skip to content

Commit 2f3e65d

Browse files
sdehmCopilot
andcommitted
Remove obsolete frontend CI step
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 203d2e8 commit 2f3e65d

3 files changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,6 @@ jobs:
113113
run: |
114114
npm run test:unit
115115
116-
- name: Build JS bundle
117-
run: |
118-
# Build the JavaScript bundle using webpack
119-
npm run build
120-
121-
# Make sure the bundle.js exists and has content
122-
if [ ! -s static/js/bundle.js ]; then
123-
echo "::error::bundle.js was not created or is empty"
124-
exit 1
125-
fi
126-
127116
- name: Preprocess content
128117
run: |
129118
npm run preprocess:content

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ node_modules/
3030
.vscode/
3131
.frontmatter/
3232

33-
# React build output
34-
static/js/bundle.js
35-
static/js/bundle.js.LICENSE.txt
36-
3733
# Environment files
3834
.env
3935

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
## Welcome
1313

14-
This repository maintains the static site for the [GitHub Well-Architected Framework](https://wellarchitected.github.com) and its Content Library. The site provides opinionated, community-driven guidance for adopting and deploying the GitHub platform effectively.
14+
This repository maintains the static site for the [GitHub Well-Architected Framework](https://learn.github.com/well-architected) and its Content Library. The site provides opinionated, community-driven guidance for adopting and deploying the GitHub platform effectively.
1515

1616
**Quick links:**
1717

18-
- 🌐 [View the site](https://wellarchitected.github.com)
18+
- 🌐 [View the site](https://learn.github.com/well-architected)
1919
- 💬 [Community Discussions](https://github.com/orgs/community/discussions?discussions_q=label%3A%22GitHub+Well-Architected%22)
2020
- 🤝 [Partners Discussions](https://github.com/githubpartners-community/community/discussions/categories/waf-feedback-and-suggestions)
2121
- 📖 [Contributing Guide](CONTRIBUTING.md)

0 commit comments

Comments
 (0)