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 b617b05 commit a8f490aCopy full SHA for a8f490a
.github/workflows/docs-deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Build Docker image
17
- run: docker build -t annodocs-builder -f container/Dockerfile .
+ run: docker build -t annodocs-builder -f docs/Dockerfile .
18
19
- name: Extract built docs
20
run: |
0 commit comments