1
0
forked from PGL/Clyde

deploy fix typo

This commit is contained in:
Debucquoy 2024-02-20 11:10:50 +01:00
parent 62136f5060
commit b9fec5e7b4
Signed by untrusted user who does not match committer: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -12,7 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
working-directory: ./frontend
- run: npm ci
name: clean install
working-directory: ./frontend
- name: building
working-directory: ./frontend