refactor(docs): clean up deploy of static files (#18923)

This commit is contained in:
Ville Brofeldt 2022-02-24 14:01:26 +02:00 committed by GitHub
parent 16380906d1
commit 5752372dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ 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

View File

@ -4,7 +4,6 @@
"private": true,
"license": "Apache-2.0",
"scripts": {
"copy-www-site-files": "cp static/resources/.asf.yaml static/resources/.htaccess build/",
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",