From 81ad9de9c59aa0062d646423f376c46cf73392e2 Mon Sep 17 00:00:00 2001 From: PascalLuginbuehl Date: Wed, 3 Nov 2021 14:01:47 +0100 Subject: [PATCH] fix: workflow file --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fb2d4faff..bad1cf51d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,8 +21,9 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Pages - run: npm run typedoc + + - name: Deploy pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }}