diff --git a/.github/workflows/superset-docs.yml b/.github/workflows/superset-docs.yml index 0a4ea6fa08..f1cc08f9f1 100644 --- a/.github/workflows/superset-docs.yml +++ b/.github/workflows/superset-docs.yml @@ -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 diff --git a/docs/package.json b/docs/package.json index c1b83a6805..17b98b0bed 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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", diff --git a/docs/static/resources/.asf.yaml b/docs/static/.asf.yaml similarity index 100% rename from docs/static/resources/.asf.yaml rename to docs/static/.asf.yaml diff --git a/docs/static/resources/.htaccess b/docs/static/.htaccess similarity index 100% rename from docs/static/resources/.htaccess rename to docs/static/.htaccess