File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments