Skip to content

Commit

Permalink
#48 - directory changes with multiple paths ~cut-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-twiner committed Dec 22, 2023
1 parent 0d095fe commit f6ad91b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ jobs:
- uses: ./.github/workflows/mkdocs #sparkutils/quality/.github/workflows/mkdocs/action.yml@e8cd720ee2cb495a6a020363441a81da3bb70b23
with:
prepScript: |
cp -rf target/site docs/
cp -rf scales-xml/target/site docs/site/scales-xml_2_12
cp -rf aalto/target/site docs/site/scales-xml-aalto_2_12
cp -rf jaxen/target/site docs/site/scales-xml-jaxen_2_12
cp -rf saxon-tests/target/site docs/site/scales-xml-saxon-tests_2_12
cp target/coverage.txt docs/
cp target/version.txt .
cp target/coverage.txt .
cp -rf scalesXml/target/site docs/
cp -rf scalesXml/scales-xml/target/site docs/site/scales-xml_2_12
cp -rf scalesXml/aalto/target/site docs/site/scales-xml-aalto_2_12
cp -rf scalesXml/jaxen/target/site docs/site/scales-xml-jaxen_2_12
cp -rf scalesXml/saxon-tests/target/site docs/site/scales-xml-saxon-tests_2_12
cp scalesXml/target/coverage.txt docs/
cp scalesXml/target/version.txt .
cp scalesXml/target/coverage.txt .

0 comments on commit f6ad91b

Please sign in to comment.