Skip to content

Commit

Permalink
Refactor: Remove unnecessary working-directory specification in deplo…
Browse files Browse the repository at this point in the history
…y workflow
  • Loading branch information
pablorm296 committed Sep 12, 2024
1 parent 8eee01f commit 5ba9dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
working-directory: ./frontend
- name: Deploy
uses: actions/upload-pages-artifact@v3
working-directory: ./frontend
with:
path: ./frontend/out
deploy:
Expand Down

0 comments on commit 5ba9dc1

Please sign in to comment.