Skip to content

Commit 9d94ace

Browse files
committed
Update tasks-production.yml
1 parent 79dbe58 commit 9d94ace

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tasks-production.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: OMR-Production
3+
name: tasks-Production
44

55
# Controls when the action will run.
66
on:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Hugo
1919
uses: peaceiris/actions-hugo@v2
2020
with:
21-
hugo-version: 0.136.5
21+
hugo-version: 0.110.0
2222
extended: true
2323
- name: Install Dependicies1
2424
run: npm install -D --save autoprefixer
@@ -33,11 +33,11 @@ jobs:
3333
replace: "url_ignore:"
3434
include: "_index.md" # Will match all .md files in any nested directory
3535

36-
- name: Build omr
37-
run: hugo --config "./config-prod.toml" -c "content/omr" -b "https://products.aspose.cloud/omr" --cleanDestinationDir --minify
36+
- name: Build tasks
37+
run: hugo --config "./config-prod.toml" -c "content/tasks" -b "https://products.aspose.cloud/tasks" --cleanDestinationDir --minify
3838

39-
- name: Deploy omr to S3
40-
run: hugo deploy --config "./config-prod.toml" --target "omr" --force
39+
- name: Deploy tasks to S3
40+
run: hugo deploy --config "./config-prod.toml" --target "tasks" --force
4141
env:
4242
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
4343
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}

0 commit comments

Comments
 (0)