From 7c91a3ecf747d0b7f17897ffce3e10bf27386e45 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 30 Mar 2022 13:42:51 +0530 Subject: [PATCH] fix: docs deployment --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 14aee26..483801b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -109,7 +109,7 @@ jobs: with: branch: gh-pages GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - FOLDER: deploy-static + FOLDER: ./target/doc/ # - name: deploy # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'realaravinth/realaravinth' }}