mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
ci: update docs repo path
The Docker docs now live at `docker/docs` instead of `docker/docker.github.io`. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
25c4bcef85
commit
97a9d02dda
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
|
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
|
||||||
repository: docker/docker.github.io
|
repository: docker/docs
|
||||||
ref: master
|
ref: master
|
||||||
-
|
-
|
||||||
name: Prepare
|
name: Prepare
|
||||||
|
@ -182,7 +182,7 @@ FROM scratch AS release
|
|||||||
COPY --from=releaser /out/ /
|
COPY --from=releaser /out/ /
|
||||||
|
|
||||||
# docs-reference is a target used as remote context to update docs on release
|
# docs-reference is a target used as remote context to update docs on release
|
||||||
# with latest changes on docker.github.io.
|
# with latest changes on docs.docker.com.
|
||||||
# see open-pr job in .github/workflows/docs.yml for more details
|
# see open-pr job in .github/workflows/docs.yml for more details
|
||||||
FROM scratch AS docs-reference
|
FROM scratch AS docs-reference
|
||||||
COPY docs/reference/*.yaml .
|
COPY docs/reference/*.yaml .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user