Skip to content

Commit ed2f7f8

Browse files
committed
fix(workflows): Adjusted repository path
1 parent e09a0ef commit ed2f7f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Build documentation with Docker
2828
run: |
29-
cd /home/runner/work/docs-staging/docs-staging
29+
cd /home/runner/work/docs/docs
3030
docker build -f docker/Dockerfile.mkdocs -t flatimage-docs .
3131
3232
- name: Extract site from Docker container

0 commit comments

Comments
 (0)