Skip to content

Commit

Permalink
dist to docs movement
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanandpai committed Mar 12, 2024
1 parent c8e42de commit 3cfd458
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 161 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: |
rm -rf dist
npm run build
git add dist -f
git add docs -f
- name: Commit & push
run: git diff --staged --quiet || (git commit -m "build files - github action" && git push)
run:
git diff --staged --quiet || (git commit -m "build files - github
action" && git push)
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ lerna-debug.log*

node_modules
dist
docs
dist-ssr
*.local

Expand Down
1 change: 0 additions & 1 deletion dist/assets/index-lrjRAE5G.css

This file was deleted.

Loading

0 comments on commit 3cfd458

Please sign in to comment.