Skip to content

Commit a8f490a

Browse files
committed
fix: improve workflow in GitHub Actions
1 parent b617b05 commit a8f490a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Build Docker image
17-
run: docker build -t annodocs-builder -f container/Dockerfile .
17+
run: docker build -t annodocs-builder -f docs/Dockerfile .
1818

1919
- name: Extract built docs
2020
run: |

0 commit comments

Comments
 (0)