From 112ec64f451cd4d471858b592bde9afdeae09ba2 Mon Sep 17 00:00:00 2001 From: halotukozak Date: Fri, 28 Aug 2026 14:02:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/docs.yaml'=20with=20remote=20'shared/docs.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7132fd3..116378f 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -34,9 +34,13 @@ jobs: - name: Generate documentation env: REPO_NAME: ${{ github.event.repository.name }} + # Override with a repo variable (Settings > Secrets and variables > + # Actions > Variables > PROJECT_NAME) when the displayed project + # name should differ from the repo slug, e.g. made -> "M&DE". + PROJECT_NAME: ${{ vars.PROJECT_NAME || github.event.repository.name }} run: | scala-cli --power doc . -- \ - -project "$REPO_NAME" \ + -project "$PROJECT_NAME" \ -project-version ${{ github.ref_name }} \ -project-footer "made with ❤️ and coffee" \ -social-links:github::https://github.com/halotukozak/$REPO_NAME \