Skip to content

Commit 985472b

Browse files
authored
Attempt to fix heroku publishing (#1252)
1 parent 90c25e0 commit 985472b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: |
1818
git fetch --prune --unshallow
1919
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
20+
- name: Install Heroku CLI
21+
run: curl https://cli-assets.heroku.com/install.sh | sh
2022
- name: Login to Heroku Container Registry
2123
run: echo ${{ secrets.HEROKU_API_KEY }} | docker login -u ${{ secrets.HEROKU_EMAIL }} --password-stdin registry.heroku.com
2224
- name: Build Docker Image

0 commit comments

Comments
 (0)