From 25ef4e68ef9e5b73ae0cba36f29cd1ef72c889b5 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 13 Apr 2023 02:35:44 +0100 Subject: [PATCH] fix(docs): fix cp source (+g. oops) --- .github/workflows/docfx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docfx.yml b/.github/workflows/docfx.yml index e46ef08..3aae86f 100644 --- a/.github/workflows/docfx.yml +++ b/.github/workflows/docfx.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Copy favicon - run: cp brandin_Icon.png docfx_project/images/favicon.png + run: cp branding_Icon.png docfx_project/images/favicon.png - name: Build documentation uses: nikeee/docfx-action@v1.0.0