Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Dec 15, 2024
1 parent faac902 commit fe44584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd-deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ./docs
context: docs
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/bt-docs:prod
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/bt-docs:prod
cache-to: type=inline

deploy:
name: SSH and Deploy
needs: [build-push]
runs-on: ubuntu-latest
environment: documentation

Expand Down

0 comments on commit fe44584

Please sign in to comment.