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