Skip to content

Commit

Permalink
names
Browse files Browse the repository at this point in the history
  • Loading branch information
damienen committed Sep 18, 2023
1 parent 25454bd commit bf4d1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout repository
uses: actions/checkout@v3

- name: Create docs
run: |
npm install
npx typedoc src/index.ts
- name: Deploy
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs

0 comments on commit bf4d1ba

Please sign in to comment.