We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391fb96 commit 596adf6Copy full SHA for 596adf6
.github/workflows/release.yml
@@ -34,19 +34,6 @@ jobs:
34
uses: actions/setup-node@v3
35
with:
36
node-version: 18
37
- - uses: actions/checkout@v4
38
- - name: Set git user
39
- uses: fregante/setup-git-user@v1
40
- - name: Generate Api docs
41
- run: |
42
- npm ci
43
- npm run doc
44
- - name: Push updated markdown docs
45
- uses: stefanzweifel/git-auto-commit-action@v5
46
- with:
47
- commit_message: 'docs: update API docs'
48
- file_pattern: 'docs/api/md/*'
49
- push_options: --force
50
- uses: nearform-actions/optic-release-automation-action@v4
51
52
commit-message: 'Release {version}'
@@ -63,3 +50,4 @@ jobs:
63
npm-token: ${{ secrets.NPM_TOKEN }}
64
build-command: |
65
npm ci
53
+ npm run doc
0 commit comments