Skip to content

Commit ac42ec4

Browse files
authored
Update hugo-worklow.yml
1 parent 2f987ac commit ac42ec4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hugo-worklow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Hugo-CI
22
on:
33
push:
44
branches: [master]
5-
# paths-ignore: ".github/**"
5+
paths-ignore: ".github/**"
66

77
jobs:
88
job-one:
@@ -11,7 +11,6 @@ jobs:
1111
steps:
1212
- name: hugo build
1313
run: |
14-
mkdir aspose-ocr-cloud-docs
1514
git clone https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-docs.git || (cd aspose-ocr-cloud-docs && git pull)
1615
git clone --single-branch --branch master https://git.dev.dynabic.com/containerize-hugo/lutsk-aspose-prototype.git || (cd lutsk-aspose-prototype && git pull)
1716
cd lutsk-aspose-prototype

0 commit comments

Comments
 (0)