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
|
||||
working-directory: website
|
||||
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
|
||||
working-directory: website
|
||||
run: npm run build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
with:
|
||||
path: ./website/build
|
||||
path: ./website/dist
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
|
||||
@@ -32,6 +32,17 @@
|
||||
"totalDonations": 0,
|
||||
"source": "manual",
|
||||
"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": [
|
||||
|
||||
Reference in New Issue
Block a user