Skip to content

Commit

Permalink
Reorder cp commands to avoid overwriting previously-copied directories
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Nov 19, 2024
1 parent f7e060f commit 212e57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: |
ls -R artifacts
mkdir -p _build/html _build/html/legacy _build/html/workflows
cp -R content _build/html
cp -R artifacts/legacy-nmdc-documentation-as-html _build/html/legacy/nmdc-documentation
cp -R artifacts/nmdc-runtime-documentation-as-html _build/html/nmdc-runtime-documentation
cp -R artifacts/mag-workflow-documentation-as-html _build/html/workflows/mag-workflow-documentation
cp -R content _build/html
- name: Save the result for publishing to GitHub Pages # Docs: https://github.com/actions/upload-pages-artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 212e57b

Please sign in to comment.