Skip to content

Commit

Permalink
Update GHA workflow to create directory before copying file into it
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Dec 15, 2024
1 parent be83db5 commit 95b11f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fetch-and-compile-runtime-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
# Note: The `mkdocs.yml` file we pull from the `nmdc-runtime` repo sets the overrides directory to `mkdocs_overrides`.
- name: Copy files that override or customize parts of theme
run: |
mkdir -p _clones/microbiomedata/nmdc-runtime/assets/images/
cp pullers/runtime_docs/mkdocs_overrides/main.html _clones/microbiomedata/nmdc-runtime/mkdocs_overrides/main.html
cp pullers/runtime_docs/assets/images/favicon.ico _clones/microbiomedata/nmdc-runtime/assets/images/favicon.ico
- name: Compile source documents into HTML
Expand Down

0 comments on commit 95b11f0

Please sign in to comment.