Skip to content

Commit 596adf6

Browse files
committed
1 parent 391fb96 commit 596adf6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@ jobs:
3434
uses: actions/setup-node@v3
3535
with:
3636
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
5037
- uses: nearform-actions/optic-release-automation-action@v4
5138
with:
5239
commit-message: 'Release {version}'
@@ -63,3 +50,4 @@ jobs:
6350
npm-token: ${{ secrets.NPM_TOKEN }}
6451
build-command: |
6552
npm ci
53+
npm run doc

0 commit comments

Comments
 (0)