deploy fix typo
Some checks failed
deploy to production / deploy-frontend (push) Failing after 11s
Build and test FrontEnd / Build (push) Successful in 21s
Build and test FrontEnd / Test (push) Successful in 21s

This commit is contained in:
Debucquoy 2024-02-20 10:55:27 +01:00
parent 9ca94668d7
commit 62136f5060
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/node-setup - uses: actions/setup-node@v3
working-directory: ./frontend working-directory: ./frontend
- name: building - name: building
working-directory: ./frontend working-directory: ./frontend