mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 17:56:47 +02:00
Update deploy.yaml
This commit is contained in:
parent
4e7293a1d6
commit
a7119e40e5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
|
@ -18,10 +18,10 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: yarn
|
||||
|
||||
- name: Build site
|
||||
run: npm run build
|
||||
run: yarn build
|
||||
|
||||
- name: Publish to Cloudflare Pages
|
||||
uses: cloudflare/pages-action@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue