Skip to content

Commit f93f626

Browse files
chore(ci): stop publishing to gh-pages branch (#6901)
Adding build step
1 parent 478661f commit f93f626

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/reusable_publish_docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ jobs:
7474
aws-region: us-east-1
7575
role-to-assume: ${{ secrets.AWS_DOCS_ROLE_ARN }}
7676
mask-aws-account-id: true
77+
- name: Build docs
78+
env:
79+
VERSION: ${{ inputs.version }}
80+
ALIAS: ${{ inputs.alias }}
81+
run: |
82+
rm -rf site
83+
mkdocs build
7784
- name: Deploy Docs (Version)
7885
env:
7986
VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)