Skip to content

Commit

Permalink
debug: rm deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
rjruizes committed Oct 16, 2023
1 parent e462950 commit ce87630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
docker exec -t harness-vue-ci npm run test
- name: Build and Deploy Docs
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
# 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
# docker exec -t harness-vue-ci aws configure set region us-east-1
Expand Down

0 comments on commit ce87630

Please sign in to comment.