Skip to content

Commit

Permalink
fix: remove out directory
Browse files Browse the repository at this point in the history
  • Loading branch information
psincraian committed Dec 18, 2024
1 parent 2fdb5af commit 9871974
Show file tree
Hide file tree
Showing 43 changed files with 6 additions and 900 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,16 @@ jobs:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm i
run: npm ci
- name: Build
run: |
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
npm run deploy
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload dist folder
path: './dist'
# Upload out folder
path: './out'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules
dist
.next
.DS_Store
.DS_Store
.out
82 changes: 0 additions & 82 deletions out/404.html

This file was deleted.

8 changes: 0 additions & 8 deletions out/_next/static/chunks/574-f061def044dfebb2.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/724-6ead9497dfe227a1.js

This file was deleted.

25 changes: 0 additions & 25 deletions out/_next/static/chunks/864-426185ca3eddd56f.js

This file was deleted.

9 changes: 0 additions & 9 deletions out/_next/static/chunks/895-1797040bd9bccda6.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/app/_not-found-2efc5e894a176160.js

This file was deleted.

21 changes: 0 additions & 21 deletions out/_next/static/chunks/app/api/page-6cfb1019a6d6390d.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/app/ayuda/page-16cf49021692bbab.js

This file was deleted.

Loading

0 comments on commit 9871974

Please sign in to comment.