multi line pipeline

This commit is contained in:
Sheldan
2024-03-10 19:14:26 +01:00
parent 4b461ffe1b
commit 1d996663ac

View File

@@ -15,7 +15,9 @@ jobs:
with:
node-version: '21.x'
- name: Install dependencies
run: npm ci && npx vite build
run: |
npm ci
npx vite build
working-directory: src
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4