Skip to content

Commit

Permalink
Prueba añadiendo carpeta nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
uo277878 committed Nov 7, 2024
1 parent 95c3c49 commit 6aae933
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ jobs:
working-directory: ./frontend
run: npm run build

- name: Disable Jekyll
run: echo "" > ./frontend/dist/.nojekyll

- name: Deploy frontend
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: frontend/dist
clean: true

- name: Install backend packages
working-directory: ./backend
Expand Down

0 comments on commit 6aae933

Please sign in to comment.