We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ee2a8 commit 6f82fd3Copy full SHA for 6f82fd3
1 file changed
.github/workflows/deploy-redoc-docs.yaml
@@ -9,9 +9,6 @@ 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: ./docs/make.sh
17
- name: Deploy to GitHub Pages
0 commit comments