We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f987ac commit ac42ec4Copy full SHA for ac42ec4
.github/workflows/hugo-worklow.yml
@@ -2,7 +2,7 @@ name: Hugo-CI
2
on:
3
push:
4
branches: [master]
5
- # paths-ignore: ".github/**"
+ paths-ignore: ".github/**"
6
7
jobs:
8
job-one:
@@ -11,7 +11,6 @@ jobs:
11
steps:
12
- name: hugo build
13
run: |
14
- mkdir aspose-ocr-cloud-docs
15
git clone https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-docs.git || (cd aspose-ocr-cloud-docs && git pull)
16
git clone --single-branch --branch master https://git.dev.dynabic.com/containerize-hugo/lutsk-aspose-prototype.git || (cd lutsk-aspose-prototype && git pull)
17
cd lutsk-aspose-prototype
0 commit comments