Skip to content

Commit 2ed4cf1

Browse files
committed
test
1 parent c23f749 commit 2ed4cf1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/version_plugin_docs_to_md.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,19 @@ jobs:
4141
token: ${{ secrets.ADOC_TO_MD_PAT }}
4242
persist-credentials: false
4343

44-
- run: docker volume create out
45-
4644
- name: Create docker image
47-
working-directory: ./adoc-to-md/src/docker
48-
run: ./create_image.sh
45+
46+
run: |
47+
cd ./adoc-to-md/src/docker
48+
./create_image.sh
4949
5050
- name: Debug
5151
run: ls logstash-docs/docs/versioned-plugins
5252

5353
- name: Migrate
54-
working-directory: ./asciidocalypse/migration-zone/logstash-versioned-plugins/scripts
55-
run: ./migrate.sh
54+
run: |
55+
cd ./asciidocalypse/migration-zone/logstash-versioned-plugins/scripts
56+
./migrate.sh
5657
5758
# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5859
# with:

0 commit comments

Comments
 (0)