Fix build errors and named steps in build
Some checks failed
Build and deploy website / build (push) Failing after 1m11s
Some checks failed
Build and deploy website / build (push) Failing after 1m11s
This commit is contained in:
@ -15,8 +15,12 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: npm install -g pnpm
|
||||
- run: pnpm install
|
||||
- run: pnpm run build
|
||||
- run: |
|
||||
- name: Setup pnpm
|
||||
run: npm install -g pnpm
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
- name: Deploy
|
||||
run: |
|
||||
mv dist/* /var/www/martial.no
|
||||
|
Reference in New Issue
Block a user