Skip to content

Commit ca48aeb

Browse files
build docs from root
1 parent 84712a2 commit ca48aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Build the Docker image
16-
working-directory: docs
16+
working-directory: .
1717
run: docker build . --tag invariant-docs:main
1818
- name: Login to Invariant Container Registry
1919
run: echo ${{ secrets.INVARIANT_REGISTRY_PASSWORD }} | docker login -u ${{ secrets.INVARIANT_REGISTRY_USERNAME }} --password-stdin https://images.invariantnet.com

0 commit comments

Comments
 (0)