1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-09-12 16:45:08 +00:00

Claude: Ghost Content Extraction

This commit is contained in:
2025-08-22 11:32:49 -07:00
parent 51c03d9213
commit 556c56fee4
6 changed files with 299 additions and 41 deletions

View File

@@ -14,8 +14,10 @@ staging:
stage: deploy
image: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}
script:
- echo "Building the project with Quarto..."
- echo "Building the main website with Quarto..."
- quarto render --to html --output-dir public
- echo "Building Ghost-optimized version..."
- quarto render --profile ghost --to html --output-dir public/ghost-content
artifacts:
paths:
- public