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