From bf4d1ba56dca550f187237c08354c5fa0aa0a389 Mon Sep 17 00:00:00 2001 From: Damian Date: Mon, 18 Sep 2023 23:57:06 +0300 Subject: [PATCH] names --- .github/workflows/typedoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index fea508b..ba46657 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -10,7 +10,7 @@ jobs: concurrency: ci-${{ github.ref }} runs-on: ubuntu-latest steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v3 - name: Create docs @@ -18,7 +18,7 @@ jobs: npm install npx typedoc src/index.ts - - name: Deploy + - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 with: folder: docs