Skip to content

Commit

Permalink
Debug 4
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL authored Nov 27, 2024
1 parent adac17d commit fe719b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
run: |
mkdir -p release-notes-micro{-60-all,-60,-61}/html
OUTPUT_DIR=$(find artifact-dir -mindepth 1 -maxdepth 1 -type d)
mv "$OUTPUT_DIR/html/release-notes-micro" micro-60-all/html
mv "$OUTPUT_DIR/html/release-notes-micro-60" micro-60/html
mv "$OUTPUT_DIR/html/release-notes-micro-61" micro-61/html
mv "$OUTPUT_DIR/html/release-notes-micro" release-notes-micro-60-all/html
mv "$OUTPUT_DIR/html/release-notes-micro-60" release-notes-micro-60/html
mv "$OUTPUT_DIR/html/release-notes-micro-61" release-notes-micro-61/html
- name: Publishing builds on susedoc.github.io
uses: openSUSE/doc-ci@gha-publish
env:
Expand Down

0 comments on commit fe719b7

Please sign in to comment.