Skip to content

Commit 038e15a

Browse files
committed
chore: include build in upload
1 parent b093296 commit 038e15a

File tree

2 files changed

+8
-31
lines changed

2 files changed

+8
-31
lines changed

.github/workflows/build-ui.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ jobs:
6060
env:
6161
NODE_ENV: production
6262
NEXT_PUBLIC_API_URL: https://static.etherpad.org
63+
- name: Download info.json
64+
run: curl -o info.json https://static.etherpad.org/info.json
65+
- name: Download plugins
66+
run: curl -o plugins.json https://static.etherpad.org/plugins.json
67+
- name: Put to assets
68+
run: |
69+
mkdir -p dist/assets
70+
mv info.json plugins.json dist/assets
6371
- name: Upload artifact
6472
uses: actions/upload-pages-artifact@v3
6573
with:

.github/workflows/build-web-infos.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)