File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7272 - name : Main branch preparations
7373 if : github.ref == format('refs/heads/{0}', env.MAIN_BRANCH)
7474 run : |
75+ yarn build --base=/vuejs-site-template/
7576 cp -a $GITHUB_WORKSPACE/dist/* $GITHUB_WORKSPACE/gh-pages
7677
7778 # If develop branch:
8081 - name : Develop branch preparations
8182 if : github.ref == format('refs/heads/{0}', env.DEVELOP_BRANCH)
8283 run : |
84+ yarn build --base=/vuejs-site-template/latest/
8385 rm -rf $GITHUB_WORKSPACE/gh-pages/latest
8486 mv $GITHUB_WORKSPACE/dist $GITHUB_WORKSPACE/gh-pages/latest
8587
Original file line number Diff line number Diff line change 1313</div >
1414
1515<banner
16- image =" / images/widescreen__2592_x_1458/pano.jpg"
16+ image =" images/widescreen__2592_x_1458/pano.jpg"
1717 banner_size =" large"
1818 banner_vertical_alignment =" vertical-center"
1919 banner_horizontal_alignment =" horizontal-center"
6262</div >
6363<grid-panel
6464 link_url = ' https://admissions.uiowa.edu/academics/academics'
65- image = ' / images/viewbook/sections/0315.jpg'
65+ image = ' images/viewbook/sections/0315.jpg'
6666 headline = ' We Work <span>Together</span>'
6767 button_text = ' View Academic Opportunities'
6868 button_link = ' '
Original file line number Diff line number Diff line change 22
33const config = {
44 esbuildTarget : 'es2015' ,
5- base : '' ,
65 // plugins: [
76 // babel({
87 // babelHelpers: 'bundled',
You can’t perform that action at this time.
0 commit comments