Skip to content

Commit

Permalink
ci(fix): remove underscore in docs data dir
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Feb 29, 2024
1 parent 7d95244 commit eab565a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
-
name: Prepare
run: |
rm -rf ./_data/buildx/*
rm -rf ./data/buildx/*
rm -rf ./_vendor/github.com/docker/buildx
-
name: Set up Docker Buildx
Expand All @@ -38,7 +38,7 @@ jobs:
-
name: Copy yaml
run: |
cp /tmp/buildx-docs/out/reference/*.yaml ./_data/buildx/
cp /tmp/buildx-docs/out/reference/*.yaml ./data/buildx/
-
name: Update vendor
uses: docker/bake-action@v4
Expand Down

0 comments on commit eab565a

Please sign in to comment.