Skip to content

Commit

Permalink
Merge pull request docker#2296 from dvdksn/docs-release-fix-dirnames
Browse files Browse the repository at this point in the history
ci(fix): remove underscore in docs data dir
  • Loading branch information
crazy-max authored Feb 29, 2024
2 parents 7d95244 + eab565a commit e7da2b0
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 e7da2b0

Please sign in to comment.