Update main.yml

added Hugo command to run
This commit is contained in:
Joe Bellus 2020-07-29 22:30:46 -04:00 committed by GitHub
parent 922837eb36
commit cbaaedf882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ jobs:
AWS_DEFAULT_REGION: us-east-1
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_SECRET }}
run: |
hugo;
aws s3 sync ./docs s3://conductor.5sigma.io --delete;