Skip to content

Commit

Permalink
refactor(docs): clean up deploy of static files (#18923)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored Feb 24, 2022
1 parent 1638090 commit 5752372
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/superset-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5752372

Please sign in to comment.