Skip to content

Commit f2ac30f

Browse files
authored
Merge pull request #1651 from crazy-max/fix-docs-upstream
ci: fix docs-upstream workflow
2 parents 439d58d + 6808c0e commit f2ac30f

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.github/workflows/docs-upstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ jobs:
5959
repo: https://github.com/${{ github.repository }}
6060
data-files-id: docs-yaml
6161
data-files-folder: buildx
62+
data-files-placeholder-folder: engine/reference/commandline

docs/reference/buildx__INTERNAL_SERVE.md

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

hack/dockerfiles/docs.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rsync -a /context/. .
2222
docsgen --formats "$FORMATS" --source "docs/reference"
2323
mkdir /out
2424
cp -r docs/reference /out
25+
rm -f /out/reference/*__INTERNAL_SERVE.yaml /out/reference/*__INTERNAL_SERVE.md
2526
EOT
2627

2728
FROM scratch AS update

0 commit comments

Comments
 (0)