Skip to content

Commit e84899a

Browse files
michalharakalclaude
andcommitted
Fix GitHub Actions paths to reflect coralnpu subfolder structure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d8b9627 commit e84899a

2 files changed

Lines changed: 3 additions & 46 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323

2424
- name: Build Antora site in Docker
2525
run: |
26-
docker build -t antora-docs .
27-
docker run --rm -v "${{ github.workspace }}:/docs" antora-docs
26+
docker build -t antora-docs ./coralnpu
27+
docker run --rm -v "${{ github.workspace }}/coralnpu:/docs" antora-docs
2828
2929
- name: Upload Pages artifact
3030
uses: actions/upload-pages-artifact@v3
3131
with:
32-
path: build/site
32+
path: coralnpu/build/site
3333

3434
deploy:
3535
needs: build

coralnpu/.github/workflows/pages.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)