Skip to content

Commit

Permalink
Fix the deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Nov 21, 2023
1 parent a09704d commit e253adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-mkdocs-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
mkdir _site/2.x
cp -R .submodules/wiremock.org-2.x/tmp/site_2x/* _site/2.x/
rm _site-docs/index.html
mkdir _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 e253adf

Please sign in to comment.