mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
fix: format code and ensure consistent styling across files
This commit is contained in:
parent
2a9df52722
commit
d14b44b2c8
43 changed files with 14294 additions and 11609 deletions
21
.github/workflows/deploybackup.yml
vendored
21
.github/workflows/deploybackup.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Upload to B-Backup (Manual)
|
||||
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -11,11 +11,10 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
|
||||
- name: get pnpm
|
||||
run: npm install -g pnpm
|
||||
|
||||
|
@ -31,12 +30,10 @@ jobs:
|
|||
- name: Deploy to BunnyCDN
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
|
||||
with:
|
||||
source: "dist"
|
||||
destination: ""
|
||||
storageZoneName: "${{ secrets.STORAGE_NAME_BACKUP }}"
|
||||
storagePassword: "${{ secrets.STORAGE_PASSWORD_BACKUP }}"
|
||||
upload: "true"
|
||||
remove: "false"
|
||||
purgePullZone: "false"
|
||||
|
||||
|
||||
source: 'dist'
|
||||
destination: ''
|
||||
storageZoneName: '${{ secrets.STORAGE_NAME_BACKUP }}'
|
||||
storagePassword: '${{ secrets.STORAGE_PASSWORD_BACKUP }}'
|
||||
upload: 'true'
|
||||
remove: 'false'
|
||||
purgePullZone: 'false'
|
||||
|
|
21
.github/workflows/deploymain.yml
vendored
21
.github/workflows/deploymain.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Upload to B-Main
|
||||
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -11,11 +11,10 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
|
||||
- name: get pnpm
|
||||
run: npm install -g pnpm
|
||||
|
||||
|
@ -31,12 +30,10 @@ jobs:
|
|||
- name: Deploy to BunnyCDN
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
|
||||
with:
|
||||
source: "dist"
|
||||
destination: ""
|
||||
storageZoneName: "${{ secrets.STORAGE_NAME }}"
|
||||
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
|
||||
upload: "true"
|
||||
remove: "false"
|
||||
purgePullZone: "false"
|
||||
|
||||
|
||||
source: 'dist'
|
||||
destination: ''
|
||||
storageZoneName: '${{ secrets.STORAGE_NAME }}'
|
||||
storagePassword: '${{ secrets.STORAGE_PASSWORD }}'
|
||||
upload: 'true'
|
||||
remove: 'false'
|
||||
purgePullZone: 'false'
|
||||
|
|
2
.github/workflows/prbuildcheck.yml
vendored
2
.github/workflows/prbuildcheck.yml
vendored
|
@ -25,4 +25,4 @@ jobs:
|
|||
run: pnpm install --no-frozen-lockfile
|
||||
|
||||
- name: Build project
|
||||
run: pnpm run build
|
||||
run: pnpm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue