Fix syntax error on checkout
Some checks failed
Build and deploy website / build (push) Failing after 1m25s

This commit is contained in:
Martin Berg Alstad 2024-09-27 22:16:38 +02:00
parent 31563eda4f
commit 5cd6709ec8

View File

@ -14,7 +14,7 @@ jobs:
steps:
- name: Check out repository code
- uses: actions/checkout@v4
uses: actions/checkout@v4
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run build