Fix build errors and named steps in build
Some checks failed
Build and deploy website / build (push) Failing after 1m11s

This commit is contained in:
Martin Berg Alstad
2024-09-27 22:34:06 +02:00
parent 5cd6709ec8
commit 91f91b411d
5 changed files with 115 additions and 112 deletions

View File

@ -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