From 0bf04596cc29d3aff42331265961bb24bda059a9 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Sat, 22 Aug 2020 16:55:09 +0300 Subject: [PATCH] Docs dir template --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 452c765..72c3fe0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,4 +20,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs \ No newline at end of file + publish_dir: ./docs/output \ No newline at end of file