Skip to content

Commit 17166dc

Browse files
committed
ci: fix docs workflow
1 parent 3d74f53 commit 17166dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- if: github.event_name == 'push'
2929
run: mike deploy --push develop
3030
- if: github.event_name == 'release'
31-
run: |
32-
echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
33-
mike deploy --push --update-aliases $RELEASE_VERSION latest
31+
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
32+
- if: github.event_name == 'release'
33+
run: mike deploy --push --update-aliases $RELEASE_VERSION latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![main action](https://github.com/aeternity/aepp-sdk-js/actions/workflows/main.yml/badge.svg)](https://github.com/aeternity/aepp-sdk-js/actions/workflows/main.yml)
44
[![codecov](https://codecov.io/gh/aeternity/aepp-sdk-js/branch/develop/graph/badge.svg?token=wON6gOciRP)](https://codecov.io/gh/aeternity/aepp-sdk-js)
5-
[![docs](https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs-develop.yml/badge.svg)](https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs-develop.yml)
5+
[![docs](https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs.yml/badge.svg)](https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs.yml)
66
[![npm](https://img.shields.io/npm/v/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-sdk)
77
[![npm](https://img.shields.io/npm/l/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-sdk)
88

0 commit comments

Comments
 (0)