From e6b2ca7bb8d51bcd1cb7b32a681315eead4dd492 Mon Sep 17 00:00:00 2001 From: Nguyen Tran Hau Date: Sun, 31 May 2020 02:57:06 +0700 Subject: [PATCH] Update github-pages.yml --- .github/workflows/github-pages.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 7868c3b..1642a99 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -23,9 +23,12 @@ jobs: uses: peaceiris/actions-mdbook@v1 with: mdbook-version: 'latest' - + + - name: Build + run: mdbook build + - name: GitHub Pages action uses: peaceiris/actions-gh-pages@v3.6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: book + publish_dir: ./book