File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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.
66on :
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 }}
You can’t perform that action at this time.
0 commit comments