Skip to content

Commit a90d5f2

Browse files
updated workflow
1 parent 9b42574 commit a90d5f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/hugo-worklow.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
steps:
1212
- name: hugo build
1313
run: |
14-
cd aspose-ocr-cloud-docs
15-
https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-docs.git || (cd aspose-ocr-cloud-docs && git pull)
14+
git clone https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-docs.git || (cd aspose-ocr-cloud-docs && git pull)
15+
git clone --single-branch --branch master https://git.dev.dynabic.com/containerize-hugo/lutsk-aspose-prototype.git || (cd lutsk-aspose-prototype && git pull)
16+
cd lutsk-aspose-prototype
17+
git clone --single-branch --branch master https://git.dev.dynabic.com/containerize-hugo/lutsk-aspose-theme.git themes/lutsk-aspose-theme || (cd themes/lutsk-aspose-theme && git pull)
18+
sudo npm install -D --save autoprefixer
19+
sudo npm install -D --save postcss-cli

0 commit comments

Comments
 (0)