mirror of
https://github.com/cheeriojs/cheerio.git
synced 2026-02-25 23:25:17 +00:00
chore(website): Fix build
This commit is contained in:
8
.github/workflows/site.yml
vendored
8
.github/workflows/site.yml
vendored
@@ -47,19 +47,13 @@ jobs:
|
|||||||
- name: Install website dependencies
|
- name: Install website dependencies
|
||||||
working-directory: website
|
working-directory: website
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Sync Crowdin
|
|
||||||
working-directory: website
|
|
||||||
run: npm run crowdin:sync
|
|
||||||
continue-on-error: true
|
|
||||||
env:
|
|
||||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
working-directory: website
|
working-directory: website
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v4
|
uses: actions/upload-pages-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ./website/build
|
path: ./website/dist
|
||||||
|
|
||||||
# Deployment job
|
# Deployment job
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
@@ -32,6 +32,17 @@
|
|||||||
"totalDonations": 0,
|
"totalDonations": 0,
|
||||||
"source": "manual",
|
"source": "manual",
|
||||||
"tier": "headliner"
|
"tier": "headliner"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"createdAt": "2026-01-21",
|
||||||
|
"name": "HasData",
|
||||||
|
"image": "https://hasdata.com/favicon.svg",
|
||||||
|
"url": "https://hasdata.com",
|
||||||
|
"type": "ORGANIZATION",
|
||||||
|
"monthlyDonation": 0,
|
||||||
|
"totalDonations": 0,
|
||||||
|
"source": "manual",
|
||||||
|
"tier": "headliner"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sponsor": [
|
"sponsor": [
|
||||||
|
|||||||
Reference in New Issue
Block a user