Skip to content

Commit 310ceff

Browse files
heiskrCopilot
andauthored
Move two misplaced src/ subjects to fitting homes (#61944)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3b1ee36 commit 310ceff

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sync-sdk-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
types: [opened, synchronize, reopened]
2525
paths:
2626
- '.github/workflows/sync-sdk-docs.yml'
27-
- 'src/scripts/sync-sdk-docs/**'
27+
- 'src/workflows/sync-sdk-docs/**'
2828

2929
concurrency:
3030
group: sync-sdk-docs-${{ github.event_name }}
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Normalize content
9090
run: |
91-
npx tsx src/scripts/sync-sdk-docs/normalize-sdk-docs.ts \
91+
npx tsx src/workflows/sync-sdk-docs/normalize-sdk-docs.ts \
9292
--content-dir content \
9393
--sdk-docs-dir "$SDK_DOCS_TARGET"
9494
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
# Puppeteer needs --no-sandbox on GitHub Actions runners
100100
echo '{ "args": ["--no-sandbox", "--disable-setuid-sandbox"] }' > /tmp/puppeteer-config.json
101-
npx tsx src/scripts/sync-sdk-docs/convert-mermaid.ts \
101+
npx tsx src/workflows/sync-sdk-docs/convert-mermaid.ts \
102102
--sdk-docs-dir "$SDK_DOCS_TARGET" \
103103
--assets-dir "$ASSETS_TARGET" \
104104
--repo-root . \

src/content-render/liquid/codetabs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { encode } from 'html-entities'
22
import { TokenizationError, type TagToken, type TopLevelToken } from 'liquidjs'
33

4-
import { codeLanguages } from '@/code-tabs/lib/languages'
4+
import { codeLanguages } from '@/content-render/lib/code-languages'
55

66
interface LiquidTemplate {
77
[key: string]: unknown

src/events/lib/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { languageKeys } from '@/languages/lib/languages-server'
22
import { allVersionKeys } from '@/versions/lib/all-versions'
33
import { productIds } from '@/products/lib/all-products'
44
import { allTools } from '@/tools/lib/all-tools'
5-
import { codeLanguages } from '@/code-tabs/lib/languages'
5+
import { codeLanguages } from '@/content-render/lib/code-languages'
66
import { contentTypesEnum } from '@/frame/lib/frontmatter'
77

88
const versionPattern = '^\\d+(\\.\\d+)?(\\.\\d+)?$'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)