Skip to content

Commit 054f86a

Browse files
authored
Create dev_guide directory when copying docs
1 parent 2d122b2 commit 054f86a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-esmf-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151

5252
- name: Copy docs
5353
run: |
54-
cd ${{ github.workspace }}/esmf-org.github.io
55-
mkdir -p docs/nightly/${{ github.ref_name }}
54+
cd ${{ github.workspace }}/esmf-org.github.io
55+
mkdir -p docs/nightly/${{ github.ref_name }}/dev_guide
5656
cd ${{ github.workspace }}/artifacts
5757
unzip doc-artifacts.zip
5858
cd ${{ github.workspace }}/artifacts/artifacts/doc-esmf
@@ -62,7 +62,7 @@ jobs:
6262
cp -rf NUOPC_refdoc.pdf ${{ github.workspace }}/esmf-org.github.io/docs/nightly/${{ github.ref_name }}/
6363
cp -rf NUOPC_howtodoc ${{ github.workspace }}/esmf-org.github.io/docs/nightly/${{ github.ref_name }}/
6464
cp -rf NUOPC_howtodoc.pdf ${{ github.workspace }}/esmf-org.github.io/docs/nightly/${{ github.ref_name }}/
65-
cd ${{ github.workspace }}/artifacts/artifacts/doc-dev_guide
65+
cd ${{ github.workspace }}/artifacts/artifacts/doc-dev_guide
6666
cp -rf ./dev_guide/dev_guide/* ${{ github.workspace }}/esmf-org.github.io/docs/nightly/${{ github.ref_name }}/dev_guide/
6767
6868
- name: Commit and publish docs

0 commit comments

Comments
 (0)