From 865ac8d36575c518a0bcd809e3f5688354466ec9 Mon Sep 17 00:00:00 2001 From: Vaclav Elias Date: Sat, 4 May 2024 13:40:59 +0100 Subject: [PATCH] Update ndepend-github.yml --- .github/workflows/ndepend-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ndepend-github.yml b/.github/workflows/ndepend-github.yml index f7c9780..ae4325e 100644 --- a/.github/workflows/ndepend-github.yml +++ b/.github/workflows/ndepend-github.yml @@ -47,5 +47,5 @@ jobs: uses: peaceiris/actions-gh-pages@v4.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: _temp/NDependOut + publish_dir: ../_temp/NDependOut publish_branch: gh-pages