fix(docs): add missing static files to build (#18920)

This commit is contained in:
Ville Brofeldt
2022-02-24 13:17:50 +02:00
committed by GitHub
parent a378a1f572
commit 16380906d1
4 changed files with 47 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ jobs:
- name: yarn build
run: |
yarn build
yarn copy-www-site-files
- name: deploy docs
if: github.ref == 'refs/heads/master'
uses: ./.github/actions/github-action-push-to-another-repository