Skip to content

Commit 553e433

Browse files
committed
fix: make make.sh executable
1 parent 43d46de commit 553e433

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-redoc-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
- name: Add execute permission to make.sh
13+
run: chmod +x make.sh
14+
- uses: actions/checkout@v2
1215
- name: Build docs
1316
run: ./make.sh
1417
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)