From d07fc18762d7e5dd2f74df2d18879853dca56063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C4=99czek?= Date: Tue, 9 Nov 2021 22:14:54 +0100 Subject: [PATCH] Setting up GitHub Pages publish workflow --- .github/workflows/gh-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 48a953c..e6644cc 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -36,8 +36,9 @@ jobs: uses: actions/download-artifact@v2 with: name: docfx + path: DocFx.AspNetCore.ServerSentEvents/wwwroot - name: Publish uses: JamesIves/github-pages-deploy-action@4.1.5 with: branch: gh-pages - folder: docfx \ No newline at end of file + folder: DocFx.AspNetCore.ServerSentEvents/wwwroot \ No newline at end of file