Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjruizes committed Oct 16, 2023
1 parent ce87630 commit 7ffe07d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Build and Deploy Docs
# if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
run: docker exec -t harness-vue-ci npm run docs:generate
# docker exec -t harness-vue-ci npm run docs:build
run: |
docker exec -t harness-vue-ci npm run docs:generate
docker exec -t harness-vue-ci npm run docs:build
# docker exec -t harness-vue-ci aws configure set region us-east-1
# docker exec -t harness-vue-ci aws configure set aws_access_key_id ${{ secrets.S3_ONLY_AWS_ACCESS_KEY_ID }}
# docker exec -t harness-vue-ci aws configure set aws_secret_access_key ${{ secrets.S3_ONLY_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 7ffe07d

Please sign in to comment.