Commit 3e8b6b49 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix(ci): Remove --update from cp

parent 193a17de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ build-and-publish:
    - npm run build
    - git clone https://user:${ACCESS_TOKEN}@code-int.ornl.gov/sites/fact-sheets.git site
    - rm -rf ./site/html/_astro
    - cp --force --recursive --update --verbose html site
    - cp --force --recursive --verbose html site
    - cd site
    - git lfs track "*.pdf*" && mv .gitattributes html
    - git add html