Skip to content

Commit

Permalink
Add missing -p argument
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL authored Nov 27, 2024
1 parent 5b1925e commit 320df59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: artifact-dir
- name: Create folder hierarchy for susedoc.github.io
run: |
mkdir release-notes-micro{60-all,-60,-61}/html
mkdir -p release-notes-micro{60-all,-60,-61}/html
mv main/html/release-notes-micro micro-60-all/html
mv main/html/release-notes-micro-60 micro-60/html
mv main/html/release-notes-micro-61 micro-61/html
Expand Down

0 comments on commit 320df59

Please sign in to comment.