Skip to content

Commit eeb2043

Browse files
committed
Use the correct mount for building release sites
1 parent e5e0c33 commit eeb2043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Generate API
29-
run: mkdir -p docs && docker run --rm -v "$GITHUB_WORKSPACE/code:/workspace" -w /workspace -u `id -u`:`id -g` apigen/apigen
29+
run: mkdir -p docs && docker run --rm -v "$GITHUB_WORKSPACE:/workspace" -w /workspace -u `id -u`:`id -g` apigen/apigen
3030
- uses: actions/upload-artifact@v4
3131
with:
3232
name: docs

0 commit comments

Comments
 (0)