We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d46de commit 553e433Copy full SHA for 553e433
1 file changed
.github/workflows/deploy-redoc-docs.yaml
@@ -9,6 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
+ - name: Add execute permission to make.sh
13
+ run: chmod +x make.sh
14
+ - uses: actions/checkout@v2
15
- name: Build docs
16
run: ./make.sh
17
- name: Deploy to GitHub Pages
0 commit comments