From 8e3c85341220b66de3c0ee806b0df046ace3d0bd Mon Sep 17 00:00:00 2001 From: Jozef Kruszynski Date: Mon, 6 Jan 2025 16:31:43 +0100 Subject: [PATCH] add --update-aliases flag --- .github/workflows/beta-docs.yaml | 2 +- .github/workflows/stable-docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-docs.yaml b/.github/workflows/beta-docs.yaml index 9966b3b9..d1e1496e 100644 --- a/.github/workflows/beta-docs.yaml +++ b/.github/workflows/beta-docs.yaml @@ -24,4 +24,4 @@ jobs: git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - name: Build Docs Website - run: mike deploy --push beta \ No newline at end of file + run: mike deploy --push --update-aliases beta \ No newline at end of file diff --git a/.github/workflows/stable-docs.yaml b/.github/workflows/stable-docs.yaml index ee82d854..7ba8c59f 100644 --- a/.github/workflows/stable-docs.yaml +++ b/.github/workflows/stable-docs.yaml @@ -24,4 +24,4 @@ jobs: git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - name: Build Docs Website - run: mike deploy --push stable \ No newline at end of file + run: mike deploy --push --update-aliases stable \ No newline at end of file