We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebdaa7 commit c2ee2a8Copy full SHA for c2ee2a8
2 files changed
.github/workflows/deploy-redoc-docs.yaml
@@ -13,10 +13,11 @@ jobs:
13
run: chmod +x make.sh
14
- uses: actions/checkout@v2
15
- name: Build docs
16
- run: ./make.sh
+ run: ./docs/make.sh
17
- name: Deploy to GitHub Pages
18
uses: peaceiris/actions-gh-pages@v3
19
with:
20
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
21
publish_dir: ./docs
22
force_orphan: false
23
+ exclude_assets: 'make.sh'
make.sh docs/make.shmake.sh renamed to docs/make.sh
0 commit comments