Skip to content

Commit

Permalink
update gen-api-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Shimada committed Dec 20, 2022
1 parent 4349f4b commit 1ece774
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/gen-api-docs.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: "API Documents"
name: 'API Documents'

on:
push:
branches: [master]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [main]

jobs:
gen_api_docs:
name: Generate API documentation
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install -g typescript@^4.0.3
- uses: actions/upload-artifact@v2
with:
name: Rhodonite-api-documents
path: docs/api
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install -g typescript@^4.0.3
- uses: actions/upload-artifact@v2
with:
name: Rhodonite-api-documents
path: docs/api

0 comments on commit 1ece774

Please sign in to comment.