Skip to content

Commit

Permalink
Attempt to fix heroku publishing (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Jan 21, 2025
1 parent 90c25e0 commit 985472b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: |
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Install Heroku CLI
run: curl https://cli-assets.heroku.com/install.sh | sh
- name: Login to Heroku Container Registry
run: echo ${{ secrets.HEROKU_API_KEY }} | docker login -u ${{ secrets.HEROKU_EMAIL }} --password-stdin registry.heroku.com
- name: Build Docker Image
Expand Down

0 comments on commit 985472b

Please sign in to comment.