Skip to content

Commit

Permalink
Merge branch 'dev' into metrics-glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobNoob06 committed Sep 26, 2024
2 parents 735afc2 + ca0d253 commit bbaea8d
Show file tree
Hide file tree
Showing 1,340 changed files with 68,142 additions and 68,314 deletions.
53 changes: 53 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Deploy Manually

on:
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: pages
cancel-in-progress: false

jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
defaults:
run:
working-directory: ./app
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "19.x"

- name: Cache dependencies
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
npm-
- name: Install dependencies
run: npm ci --prefer-offline --no-audit

- name: Build project
run: npm run build

- name: Setup GitHub pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: app/dist

- name: Deploy to GitHub pages
uses: actions/deploy-pages@v4

14 changes: 1 addition & 13 deletions app/site/_data/CMS-Enterprise/CMS-Enterprise_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,13 @@
"is_verified": false,
"location": null,
"twitter_username": null,
"repo_count": 66,
"repo_count": 68,
"followers_count": 30,
"new_issues_by_day_over_last_month": [],
"new_issues_by_day_over_last_six_months": [
[
"2024-03-20T00:00:00.000Z",
1
],
[
"2024-03-22T00:00:00.000Z",
1
],
[
"2024-04-11T00:00:00.000Z",
1
],
[
"2024-03-21T00:00:00.000Z",
1
]
],
"commits_count": 1163,
Expand Down
22 changes: 5 additions & 17 deletions app/site/_data/CMS-Enterprise/CMS-Enterprise_data.json.old
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,24 @@
"is_verified": false,
"location": null,
"twitter_username": null,
"repo_count": 66,
"repo_count": 68,
"followers_count": 30,
"new_issues_by_day_over_last_month": [],
"new_issues_by_day_over_last_six_months": [
[
"2024-03-20T00:00:00.000Z",
1
],
[
"2024-03-22T00:00:00.000Z",
1
],
[
"2024-04-11T00:00:00.000Z",
1
],
[
"2024-03-21T00:00:00.000Z",
1
]
],
"commits_count": 1161,
"commits_count": 1163,
"issues_count": 4,
"open_issues_count": 0,
"closed_issues_count": 4,
"pull_requests_count": 549,
"open_pull_requests_count": 46,
"merged_pull_requests_count": 448,
"open_pull_requests_count": 45,
"merged_pull_requests_count": 449,
"closed_pull_requests_count": 55,
"forks_count": 11,
"forks_count": 10,
"stargazers_count": 8,
"watchers_count": 221
}
Loading

0 comments on commit bbaea8d

Please sign in to comment.