We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2648e46 commit 1eec5a8Copy full SHA for 1eec5a8
.github/workflows/deploy-docs.yml
@@ -43,7 +43,6 @@ jobs:
43
44
- name: Build and push Docker container
45
run: |
46
- cd packages/docs
47
docker build -t ${{ env.IMAGE_PATH }} -f ./packages/docs/Dockerfile .
48
docker push ${{ env.IMAGE_PATH }}
49
0 commit comments