Skip to content

Commit

Permalink
feat: PLEASE GH ACTIONS WORK ELECTRIC BUGALOO
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <[email protected]>
  • Loading branch information
emoral435 committed Feb 10, 2024
1 parent 60769d2 commit 147b32a
Show file tree
Hide file tree
Showing 11 changed files with 834 additions and 1,570 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
# Upload dist repository
path: './dist'
path: 'frontend/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
1 change: 1 addition & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down
1 change: 0 additions & 1 deletion frontend/dist/assets/Home-4VUBYeOh.css

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/Home-6A8-Tb5F.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/Result-cOjfEw2O.js

This file was deleted.

Loading

0 comments on commit 147b32a

Please sign in to comment.