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:
parent
31563eda4f
commit
5cd6709ec8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user