Skip to content

Commit

Permalink
#48 - directory changes with multiple paths v4 ~docsOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-twiner committed Dec 22, 2023
1 parent d87424f commit e99f28f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ jobs:
with:
prepScript: |
ls -R
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 .
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 .
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

0 comments on commit e99f28f

Please sign in to comment.