File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 72
72
- name : Main branch preparations
73
73
if : github.ref == format('refs/heads/{0}', env.MAIN_BRANCH)
74
74
run : |
75
+ yarn build --base=/vuejs-site-template/
75
76
cp -a $GITHUB_WORKSPACE/dist/* $GITHUB_WORKSPACE/gh-pages
76
77
77
78
# If develop branch:
80
81
- name : Develop branch preparations
81
82
if : github.ref == format('refs/heads/{0}', env.DEVELOP_BRANCH)
82
83
run : |
84
+ yarn build --base=/vuejs-site-template/latest/
83
85
rm -rf $GITHUB_WORKSPACE/gh-pages/latest
84
86
mv $GITHUB_WORKSPACE/dist $GITHUB_WORKSPACE/gh-pages/latest
85
87
Original file line number Diff line number Diff line change 13
13
</div >
14
14
15
15
<banner
16
- image =" / images/widescreen__2592_x_1458/pano.jpg"
16
+ image =" images/widescreen__2592_x_1458/pano.jpg"
17
17
banner_size =" large"
18
18
banner_vertical_alignment =" vertical-center"
19
19
banner_horizontal_alignment =" horizontal-center"
62
62
</div >
63
63
<grid-panel
64
64
link_url = ' https://admissions.uiowa.edu/academics/academics'
65
- image = ' / images/viewbook/sections/0315.jpg'
65
+ image = ' images/viewbook/sections/0315.jpg'
66
66
headline = ' We Work <span>Together</span>'
67
67
button_text = ' View Academic Opportunities'
68
68
button_link = ' '
Original file line number Diff line number Diff line change 2
2
3
3
const config = {
4
4
esbuildTarget : 'es2015' ,
5
- base : '' ,
6
5
// plugins: [
7
6
// babel({
8
7
// babelHelpers: 'bundled',
You can’t perform that action at this time.
0 commit comments