This commit is contained in:
parent
8089a1aa73
commit
d8b72c1ad7
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ jobs:
|
||||||
run: git clone https://github.com/ONLYOFFICE/onlyoffice.github.io onlyoffice-document-server/onlyoffice.github.io
|
run: git clone https://github.com/ONLYOFFICE/onlyoffice.github.io onlyoffice-document-server/onlyoffice.github.io
|
||||||
- name: Applying patches
|
- name: Applying patches
|
||||||
run: |
|
run: |
|
||||||
patch -p1 -d onlyoffice-document-server -i web-apps.patch
|
patch -p1 -d onlyoffice-document-server/web-apps -i $GITHUB_WORKSPACE/web-apps.patch
|
||||||
patch -p1 -d onlyoffice-document-server -i server.patch
|
patch -p1 -d onlyoffice-document-server/server -i $GITHUB_WORKSAPCE/server.patch
|
||||||
- name: Building onlyoffice
|
- name: Building onlyoffice
|
||||||
run: |
|
run: |
|
||||||
cd onlyoffice-document-server/build_tools
|
cd onlyoffice-document-server/build_tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue