File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- name : Copy docs
53
53
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
56
56
cd ${{ github.workspace }}/artifacts
57
57
unzip doc-artifacts.zip
58
58
cd ${{ github.workspace }}/artifacts/artifacts/doc-esmf
62
62
cp -rf NUOPC_refdoc.pdf ${{ github.workspace }}/esmf-org.github.io/docs/nightly/${{ github.ref_name }}/
63
63
cp -rf NUOPC_howtodoc ${{ github.workspace }}/esmf-org.github.io/docs/nightly/${{ github.ref_name }}/
64
64
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
66
66
cp -rf ./dev_guide/dev_guide/* ${{ github.workspace }}/esmf-org.github.io/docs/nightly/${{ github.ref_name }}/dev_guide/
67
67
68
68
- name : Commit and publish docs
You can’t perform that action at this time.
0 commit comments