Skip to content

Add consolelog

Add consolelog #4

Workflow file for this run

name: Build and Test Docusaurus
on:
push:
branches: [debug-env] # adjust as needed
jobs:
build:
runs-on: ubuntu-latest
env:
INKEEP_API_KEY: ${{ secrets.INKEEP_API_KEY }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 22 # or your preferred version
- name: Install dependencies
run: npm install
# Debug step to verify the environment variable is set.
- name: Verify INKEEP_API_KEY is set
run: |
echo "Verifying environment variable..."
if [ -z "$INKEEP_API_KEY" ]; then
echo "Error: INKEEP_API_KEY is NOT set"
exit 1
else
echo "Success: INKEEP_API_KEY is set"
# Optional: Print out the length of the key instead of the key itself.
echo "The key has ${#INKEEP_API_KEY} characters."
fi
- name: Build Docusaurus site
run: npm run build
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy