Fix syntax error on checkout
Some checks failed
Build and deploy website / build (push) Failing after 1m25s
Some checks failed
Build and deploy website / build (push) Failing after 1m25s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user