Skip to content

Commit

Permalink
Create directory before trying to copy files into it
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Sep 4, 2024
1 parent 4877047 commit 0263f11
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 @@ -41,7 +41,7 @@ jobs:
- name: Assemble website file tree
run: |
ls -R artifacts
mkdir -p _build/html
mkdir -p _build/html _build/html/legacy
cp -R artifacts/legacy-nmdc-documentation-as-html _build/html/legacy/nmdc-documentation
cp -R artifacts/legacy-workflow-documentation-as-html _build/html/legacy/workflow-documentation
cp content/index.html _build/html/index.html
Expand Down

0 comments on commit 0263f11

Please sign in to comment.