Skip to content

Commit

Permalink
fix docs deployment gha
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Oct 11, 2023
1 parent ae1958f commit 693feec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
# Remove the api-reference-docs if they exist for any reason
rm -rf static/api-reference-docs
mkdir static/api-reference-docs
cp -r api-reference-docs/* static/api-reference-docs/
mv ../api-reference-docs/* static/api-reference-docs/
- name: Build website
run: npm run build
# - name: Deploy website (if on main branch)
Expand Down

0 comments on commit 693feec

Please sign in to comment.