updated workflow script

This commit is contained in:
suroh 2024-02-02 15:27:06 +01:00
parent 313e234a63
commit d175287320

@ -15,7 +15,7 @@ jobs:
run: cd ${{ github.workspace }} run: cd ${{ github.workspace }}
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm i
- name: Build 11ty site - name: Build 11ty site
run: npm run build && cd dist run: npm run build && cd dist