Skip to content

Commit 6dec7ff

Browse files
committed
[Site] Move website to dedicated repository
1 parent 319d457 commit 6dec7ff

File tree

659 files changed

+2
-41614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

659 files changed

+2
-41614
lines changed

.github/build-packages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\Finder\Finder;
1010

1111
$finder = (new Finder())
12-
->in([__DIR__.'/../src/*/', __DIR__.'/../src/*/src/Bridge/*/', __DIR__.'/../ux.symfony.com/', __DIR__.'/../apps/*/'])
12+
->in([__DIR__.'/../src/*/', __DIR__.'/../src/*/src/Bridge/*/', __DIR__.'/../apps/*/'])
1313
->depth(0)
1414
->name('composer.json')
1515
;

.github/workflows/app-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
paths-ignore:
66
- 'src/*/doc/**'
77
- 'src/**/*.md'
8-
- 'ux.symfony.com/**'
98
pull_request:
109
paths-ignore:
1110
- 'src/*/doc/**'
1211
- 'src/**/*.md'
13-
- 'ux.symfony.com/**'
1412

1513
concurrency:
1614
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/browser-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ on:
99
paths-ignore:
1010
- 'src/*/doc/**'
1111
- 'src/**/*.md'
12-
- 'ux.symfony.com/**'
1312
- '.github/workflows/app-tests.yaml'
1413
- '.github/workflows/unit-tests.yaml'
1514
pull_request:
1615
paths-ignore:
1716
- 'src/*/doc/**'
1817
- 'src/**/*.md'
19-
- 'ux.symfony.com/**'
2018
- '.github/workflows/app-tests.yaml'
2119
- '.github/workflows/unit-tests.yaml'
2220

.github/workflows/code-quality.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on:
55
paths-ignore:
66
- 'src/*/doc/**'
77
- 'src/**/*.md'
8-
- 'ux.symfony.com/**'
98
- '.github/workflows/app-tests.yaml'
109
pull_request:
1110
paths-ignore:
1211
- 'src/*/doc/**'
1312
- 'src/**/*.md'
14-
- 'ux.symfony.com/**'
1513
- '.github/workflows/app-tests.yaml'
1614

1715
concurrency:

.github/workflows/dist-files-unbuilt.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
paths-ignore:
66
- 'src/*/doc/**'
77
- 'src/**/*.md'
8-
- 'ux.symfony.com/**'
98
pull_request:
109
paths-ignore:
1110
- 'src/*/doc/**'
1211
- 'src/**/*.md'
13-
- 'ux.symfony.com/**'
1412

1513
concurrency:
1614
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/unit-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ on:
99
paths-ignore:
1010
- 'src/*/doc/**'
1111
- 'src/**/*.md'
12-
- 'ux.symfony.com/**'
1312
- '.github/workflows/app-tests.yaml'
1413
pull_request:
1514
paths-ignore:
1615
- 'src/*/doc/**'
1716
- 'src/**/*.md'
18-
- 'ux.symfony.com/**'
1917
- '.github/workflows/app-tests.yaml'
2018

2119
concurrency:

.github/workflows/ux.symfony.com.yaml

Lines changed: 0 additions & 88 deletions
This file was deleted.

.platform/routes.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.platform/services.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

ux.symfony.com/.env

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)