From 6974f54bfd48d8e8774386cdd770e712ad1c972b Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Tue, 15 Feb 2022 17:04:34 +0100 Subject: [PATCH] docs: fix product name --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d0df001bb..66227331f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -44,7 +44,7 @@ jobs: STRUCTOR_LATEST_TAG: ${{ secrets.STRUCTOR_LATEST_TAG }} - name: Apply seo - run: $HOME/bin/seo -path=./site + run: $HOME/bin/seo -path=./site -product=traefik - name: Publish documentation run: $HOME/bin/mixtus --dst-doc-path="./traefik" --dst-owner=traefik --dst-repo-name=doc --git-user-email="30906710+traefiker@users.noreply.github.com" --git-user-name=traefiker --src-doc-path="./site" --src-owner=containous --src-repo-name=traefik