Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Debug env#1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
sarah-inkeep wants to merge7 commits intomain
base:main
Choose a base branch
Loading
fromdebug-env
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion.github/workflows/node.js.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,6 +14,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
INKEEP_API_KEY: ${{ secrets.INKEEP_API_KEY }}

steps:
- uses: actions/checkout@v4
Expand All@@ -25,9 +27,12 @@ jobs:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
- name: Print INKEEP_API_KEY length
run: |
echo "INKEEP_API_KEY Length: ${#INKEEP_API_KEY}"
- run: pnpm run build
env:
API_KEY: ${{ secrets.INKEEP_API_KEY }}
INKEEP_API_KEY: ${{ secrets.INKEEP_API_KEY }}
- run: pnpm run lint

fix:
Expand Down
7 changes: 6 additions & 1 deletiondocusaurus.config.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,11 +15,16 @@
*/

import { themes as prismThemes } from "prism-react-renderer"
import { EnumChangefreq } from "sitemap"
importtype{ EnumChangefreq } from "sitemap"

import type * as Preset from "@docusaurus/preset-classic"
import type { Config } from "@docusaurus/types"

console.log(
"THE API KEY LENGTH in the docusaurus config is:",
process.env.INKEEP_API_KEY?.length,
)

const baseUrl = "/"

const config: Config = {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp