mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
build: fix ci (#3373)
This commit is contained in:
2
.github/workflows/nightly-build.yml
vendored
2
.github/workflows/nightly-build.yml
vendored
@@ -120,7 +120,7 @@ jobs:
|
|||||||
run: ./scripts/set-version.sh ${{ needs.set-build-version.outputs.version }}
|
run: ./scripts/set-version.sh ${{ needs.set-build-version.outputs.version }}
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: before-make-web-static
|
name: core
|
||||||
path: apps/electron/resources/web-static
|
path: apps/electron/resources/web-static
|
||||||
|
|
||||||
- name: Build Plugins
|
- name: Build Plugins
|
||||||
|
|||||||
@@ -141,7 +141,6 @@ await Promise.all(
|
|||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
// todo: how to put css file into sandbox?
|
// todo: how to put css file into sandbox?
|
||||||
return res.text().then(text => {
|
return res.text().then(text => {
|
||||||
console.log('text', text);
|
|
||||||
const style = document.createElement('style');
|
const style = document.createElement('style');
|
||||||
style.setAttribute('plugin-id', plugin);
|
style.setAttribute('plugin-id', plugin);
|
||||||
style.textContent = text;
|
style.textContent = text;
|
||||||
|
|||||||
Reference in New Issue
Block a user