path
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-05-31 15:31:36 +09:00
parent 6de3ec80cf
commit 934bf3c86b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pipeline:
image: peaceiris/mdbook:v0.4.30 image: peaceiris/mdbook:v0.4.30
commands: commands:
- echo "Creating book................. " - echo "Creating book................. "
- mdbook build --dest-dir - mdbook build
- ls - ls
- pwd - pwd