mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-25 04:13:44 +03:00
Compare commits
1 commit
b28d09faa1
...
48a32ac3f9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
48a32ac3f9 |
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -17,11 +17,6 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
|
||||
- name: Install Subversion
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y subversion
|
||||
|
||||
# Required for old theme build step.
|
||||
- name: Checkout wporg CSS
|
||||
run: |
|
||||
|
|
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -17,11 +17,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Subversion
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y subversion
|
||||
|
||||
- name: Get Composer cache directory
|
||||
id: composer-cache
|
||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
|
@ -78,11 +73,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Subversion
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y subversion
|
||||
|
||||
- name: Get Composer cache directory
|
||||
id: composer-cache
|
||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
|
|
|
@ -509,13 +509,11 @@ function get_association_classes( $team ) {
|
|||
$classes = array( 'badge-photo-contributor', 'dashicons-camera' );
|
||||
break;
|
||||
|
||||
case 'core-performance-team':
|
||||
case 'performance-team':
|
||||
// Logo defined as SVG in CSS.
|
||||
$classes = array( 'badge-performance-team' );
|
||||
break;
|
||||
|
||||
case 'core-performance-contributor':
|
||||
case 'performance-contributor':
|
||||
// Logo defined as SVG in CSS.
|
||||
$classes = array( 'badge-performance-contributor' );
|
||||
|
|
Loading…
Reference in a new issue