diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 325e0415..30fae074 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -74,9 +74,10 @@ jobs: id: preview env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} + CLOUDFLARE_PROJECT_NAME: ${{ vars.CLOUDFLARE_PROJECT_NAME }} run: | npm --prefix code ci - npm --prefix code exec -- wrangler pages deploy public --project-name enterprise-contract --branch pr-${{ steps.data.outputs.PR_NUMBER }} | tee out.txt + npm --prefix code exec -- wrangler pages deploy public --project-name "$CLOUDFLARE_PROJECT_NAME" --branch pr-${{ steps.data.outputs.PR_NUMBER }} | tee out.txt grep 'Deployment complete! Take a peek over at ' out.txt | sed -e 's/.*over at /PREVIEW_URL=/' >> $GITHUB_OUTPUT - name: Add comment uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 diff --git a/antora/README.md b/antora/README.md index a387a38f..f039ba11 100644 --- a/antora/README.md +++ b/antora/README.md @@ -1,4 +1,4 @@ -# Enterprise Contract website +# Conforma (formerly Enterprise Contract) website This directory contains the configuration needed by [Antora][antora] to render the content of the `docs` directory and documentation sources from other diff --git a/antora/antora-playbook.yml b/antora/antora-playbook.yml index 379f8c61..f793aef0 100644 --- a/antora/antora-playbook.yml +++ b/antora/antora-playbook.yml @@ -20,8 +20,9 @@ runtime: log: failure_level: warn site: - title: Enterprise Contract + title: Conforma url: https://enterprisecontract.dev/docs + #url: https://conforma.dev/docs start_page: user-guide::index.adoc robots: allow content: diff --git a/antora/supplemental-ui/partials/header-content.hbs b/antora/supplemental-ui/partials/header-content.hbs index 28b8f1a0..af2ebbc9 100644 --- a/antora/supplemental-ui/partials/header-content.hbs +++ b/antora/supplemental-ui/partials/header-content.hbs @@ -2,8 +2,8 @@