Skip to content

Commit b29b163

Browse files
committed
fix: Missing step breaking documentation-release action.
1 parent 4e8ff21 commit b29b163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: Generate Documentation
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: actions/checkout@v2
11+
1012
- name: Get latest release with tag
1113
id: latestrelease
1214
run: |
@@ -30,8 +32,6 @@ jobs:
3032

3133
- name: Install Dependencies
3234
run: |
33-
cd ..
34-
ls -AR
3535
npm i
3636
3737
- name: Install source Dependencies

0 commit comments

Comments
 (0)