File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 3939 sudo rm -rf /usr/local/share $AGENT_TOOLSDIRECTORY
4040 df -h .
4141
42- - name : Checkout legacy content branch
43- uses : actions/checkout@v3
44- with :
45- ref : legacy-content
46- path : legacy
47-
48- - name : Merge legacy into dev _web
49- run : |
50- rsync -a --remove-source-files legacy/ _web/
51-
5242 - name : deploy
5343 uses : peaceiris/actions-gh-pages@v3
5444 with :
Original file line number Diff line number Diff line change 3939 sudo rm -rf /usr/local/share $AGENT_TOOLSDIRECTORY
4040 df -h .
4141
42- - name : Checkout legacy content branch
43- uses : actions/checkout@v3
44- with :
45- ref : legacy-content
46- path : legacy
47-
48- - name : Merge legacy into dev _web
49- run : |
50- rsync -a --remove-source-files legacy/ _web/
51-
5242 - name : deploy
5343 uses : peaceiris/actions-gh-pages@v3
5444 with :
You can’t perform that action at this time.
0 commit comments