Skip to content

Commit

Permalink
Fix docs CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrypnz committed Jan 16, 2024
1 parent 5ea783a commit 2ba88a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
CLOJARS_TOKEN: ${{ secrets.CLOJARS_TOKEN }}
GITHUB_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_EC2_METADATA_DISABLED: true
run: |
lein deploy-aws
- name: Run lein -o deploy-aws
Expand All @@ -53,6 +54,7 @@ jobs:
CLOJARS_TOKEN: ${{ secrets.CLOJARS_TOKEN }}
GITHUB_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_EC2_METADATA_DISABLED: true
run: |
lein -o deploy-aws
- name: Invalidate CloudFront Distribution
Expand All @@ -69,6 +71,7 @@ jobs:
with:
type: ${{ job.status }}
job_name: re-com.day8.com.au Deployment
username: "Github Actions"
channel: '#oss-robots'
url: ${{ secrets.SLACK_WEBHOOK }}
commit: true
Expand Down

0 comments on commit 2ba88a6

Please sign in to comment.