Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyey committed Jun 4, 2024
2 parents b4f90ff + c87a348 commit 2fa54f5
Show file tree
Hide file tree
Showing 66 changed files with 146 additions and 561 deletions.
101 changes: 0 additions & 101 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
- "**/*.md"
- "**.yml"
- "!.github/workflows/axe.yml"
- "!.github/workflows/deploy-docker-tag.yml"
- "!.github/workflows/deploy-image.yml"
- "!.github/workflows/docker-slim.yml"
- "!.github/workflows/lighthouse-badger.yml"
- "!.github/workflows/prettier.yml"
- "!lighthouse_results/**"
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/deploy-docker-tag.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/deploy-image.yml

This file was deleted.

9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Deploy site
on:
push:
branches:
- master
- main
- release
paths:
- "assets/**"
- "**.html"
Expand All @@ -16,9 +15,6 @@ on:
- "Gemfile.lock"
- "!.github/workflows/axe.yml"
- "!.github/workflows/broken-links.yml"
- "!.github/workflows/deploy-docker-tag.yml"
- "!.github/workflows/deploy-image.yml"
- "!.github/workflows/docker-slim.yml"
- "!.github/workflows/lighthouse-badger.yml"
- "!.github/workflows/prettier.yml"
- "!lighthouse_results/**"
Expand All @@ -29,8 +25,7 @@ on:
- "!README.md"
pull_request:
branches:
- master
- main
- release
paths:
- "assets/**"
- "**.html"
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/docker-slim.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/lighthouse-badger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ name: "Lighthouse Badger"

# INPUTS as environmental variables (env) for not manually triggered workflows
env:
URLS: https://alshedivat.github.io/al-folio/
URLS: https://ajey.github.io/
TOKEN_NAME: LIGHTHOUSE_BADGER_TOKEN
# If any of the following env is blank, a default value is used instead
REPO_BRANCH: "${{ github.repository }} master" # target repository & branch e.g. 'dummy/mytargetrepo main'
REPO_BRANCH: "${{ github.repository }} release" # target repository & branch e.g. 'dummy/mytargetrepo main'
MOBILE_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --throttling.cpuSlowdownMultiplier=2"
DESKTOP_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --preset=desktop --throttling.cpuSlowdownMultiplier=1"

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Prettier code formatter
on:
pull_request:
branches:
- master
- main
- release
push:
branches:
- master
- main
- release
- develop

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Gemfile.lock
assets/libs/
node_modules/
vendor
.idea
.idea
Loading

0 comments on commit 2fa54f5

Please sign in to comment.