Skip to content

Commit

Permalink
actions: Directory for Docs now needs to be created
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Dec 10, 2023
1 parent 5428323 commit 06df9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-mkdocs-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
ruby .scripts/merge-sitemaps.rb
mkdir _site/2.x
cp -R .submodules/wiremock.org-2.x/tmp/site_2x/* _site/2.x/
mkdir -p _site/docs
cp -R _site-docs/* _site/docs/
mkdir -p _site/3.x/docs
cp -R _site-docs/* _site/3.x/docs/
Expand Down

0 comments on commit 06df9cb

Please sign in to comment.