mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-29 17:05:46 +08:00
Merge pull request #1651 from crazy-max/fix-docs-upstream
ci: fix docs-upstream workflow
This commit is contained in:
commit
f2ac30f431
1
.github/workflows/docs-upstream.yml
vendored
1
.github/workflows/docs-upstream.yml
vendored
@ -59,3 +59,4 @@ jobs:
|
||||
repo: https://github.com/${{ github.repository }}
|
||||
data-files-id: docs-yaml
|
||||
data-files-folder: buildx
|
||||
data-files-placeholder-folder: engine/reference/commandline
|
||||
|
@ -1,13 +0,0 @@
|
||||
# docker buildx _INTERNAL_SERVE
|
||||
|
||||
<!---MARKER_GEN_START-->
|
||||
### Options
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|:------------|:---------|:--------|:-----------------------------------------|
|
||||
| `--builder` | `string` | | Override the configured builder instance |
|
||||
| `--config` | `string` | | Specify buildx server config file |
|
||||
|
||||
|
||||
<!---MARKER_GEN_END-->
|
||||
|
@ -22,6 +22,7 @@ rsync -a /context/. .
|
||||
docsgen --formats "$FORMATS" --source "docs/reference"
|
||||
mkdir /out
|
||||
cp -r docs/reference /out
|
||||
rm -f /out/reference/*__INTERNAL_SERVE.yaml /out/reference/*__INTERNAL_SERVE.md
|
||||
EOT
|
||||
|
||||
FROM scratch AS update
|
||||
|
Loading…
x
Reference in New Issue
Block a user