Skip to content

Commit 43a8c70

Browse files
docs: migration to Astro
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
1 parent 90acd33 commit 43a8c70

File tree

466 files changed

+42694
-7037
lines changed

Some content is hidden

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

466 files changed

+42694
-7037
lines changed

.github/workflows/browserstack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: BrowserStack
22

33
on:
4-
push:
5-
branches:
6-
- "**"
7-
- "!dependabot/**"
4+
#push:
5+
# branches:
6+
# - "**"
7+
# - "!dependabot/**"
88
workflow_dispatch:
99

1010
env:

.github/workflows/bundlewatch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Bundlewatch
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
4+
#push:
5+
# branches:
6+
# - main
7+
#pull_request:
88
workflow_dispatch:
99

1010
env:

.github/workflows/calibreapp-image-actions.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Compress Images
22

33
on:
4-
pull_request:
5-
paths:
6-
- '**.jpg'
7-
- '**.jpeg'
8-
- '**.png'
9-
- '**.webp'
4+
#pull_request:
5+
# paths:
6+
# - '**.jpg'
7+
# - '**.jpeg'
8+
# - '**.png'
9+
# - '**.webp'
10+
workflow_dispatch:
1011

1112
permissions:
1213
contents: read

.github/workflows/codeql.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: "CodeQL"
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- v4-dev
8-
- "!dependabot/**"
9-
pull_request:
10-
branches:
11-
- main
12-
- v4-dev
13-
- "!dependabot/**"
14-
schedule:
15-
- cron: "0 2 * * 4"
4+
#push:
5+
# branches:
6+
# - main
7+
# - v4-dev
8+
# - "!dependabot/**"
9+
#pull_request:
10+
# branches:
11+
# - main
12+
# - v4-dev
13+
# - "!dependabot/**"
14+
#schedule:
15+
# - cron: "0 2 * * 4"
1616
workflow_dispatch:
1717

1818
jobs:

.github/workflows/cspell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: cspell
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
4+
#push:
5+
# branches:
6+
# - main
7+
#pull_request:
88
workflow_dispatch:
99

1010
env:

.github/workflows/css.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CSS
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
4+
#push:
5+
# branches:
6+
# - main
7+
#pull_request:
88
workflow_dispatch:
99

1010
env:

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Docs
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
4+
#push:
5+
# branches:
6+
# - main
7+
#pull_request:
88
workflow_dispatch:
99

1010
env:

.github/workflows/js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: JS Tests
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
4+
#push:
5+
# branches:
6+
# - main
7+
#pull_request:
88
workflow_dispatch:
99

1010
env:

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Lint
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
4+
#push:
5+
# branches:
6+
# - main
7+
#pull_request:
88
workflow_dispatch:
99

1010
env:

.github/workflows/release-notes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Release notes
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
#push:
5+
# branches:
6+
# - main
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)