Skip to content

Commit 1eec5a8

Browse files
committed
chore: remove mistaken "cd" in CI
1 parent 2648e46 commit 1eec5a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343

4444
- name: Build and push Docker container
4545
run: |
46-
cd packages/docs
4746
docker build -t ${{ env.IMAGE_PATH }} -f ./packages/docs/Dockerfile .
4847
docker push ${{ env.IMAGE_PATH }}
4948

0 commit comments

Comments
 (0)