Skip to content

Commit c2ee2a8

Browse files
committed
Update workflows
1 parent 6ebdaa7 commit c2ee2a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
run: chmod +x make.sh
1414
- uses: actions/checkout@v2
1515
- name: Build docs
16-
run: ./make.sh
16+
run: ./docs/make.sh
1717
- name: Deploy to GitHub Pages
1818
uses: peaceiris/actions-gh-pages@v3
1919
with:
2020
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
2121
publish_dir: ./docs
2222
force_orphan: false
23+
exclude_assets: 'make.sh'
File renamed without changes.

0 commit comments

Comments
 (0)