mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Fixed admin pages not there.
This commit is contained in:
parent
53ab7bdc7b
commit
6f5846bef7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/frontend-admin-tests.yml
vendored
5
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -87,6 +87,11 @@ jobs:
|
||||||
name: Disable import/export rate limiting
|
name: Disable import/export rate limiting
|
||||||
run: |
|
run: |
|
||||||
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 100000000/' -i settings.json
|
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 100000000/' -i settings.json
|
||||||
|
- name: Build admin frontend
|
||||||
|
working-directory: admin
|
||||||
|
run: |
|
||||||
|
pnpm install
|
||||||
|
pnpm run build
|
||||||
#-
|
#-
|
||||||
# uses: saucelabs/sauce-connect-action@v2.3.6
|
# uses: saucelabs/sauce-connect-action@v2.3.6
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue