From cfc07b5c94cbcb3f28aa912cd50b428eb1b6a306 Mon Sep 17 00:00:00 2001 From: Nguyen Tran Hau Date: Sun, 31 May 2020 03:01:50 +0700 Subject: [PATCH] Update github-pages.yml --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 1642a99..dffb52d 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -28,7 +28,7 @@ jobs: run: mdbook build - name: GitHub Pages action - uses: peaceiris/actions-gh-pages@v3.6.1 + uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book