57
57
--theme PaperMod \
58
58
--minify \
59
59
--baseURL "${{ steps.pages.outputs.base_url }}/"
60
- - name : Build with Hugo v0.1.6
60
+ - name : Build with Hugo v0.1.7
61
61
env :
62
62
HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
63
63
HUGO_ENVIRONMENT : production
@@ -66,14 +66,14 @@ jobs:
66
66
git fetch --prune --unshallow
67
67
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
68
68
git fetch --all --tags
69
- git checkout tags/v0.1.6
69
+ git checkout tags/v0.1.7
70
70
hugo \
71
71
--gc \
72
72
--theme PaperMod \
73
73
--minify \
74
74
--baseURL "${{ steps.pages.outputs.base_url }}/v0.1.6/" \
75
- --destination ./public/v0.1.6
76
- - name : Build with Hugo v0.1.5
75
+ --destination ./public/v0.1.7
76
+ - name : Build with Hugo v0.1.6
77
77
env :
78
78
HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
79
79
HUGO_ENVIRONMENT : production
@@ -82,14 +82,14 @@ jobs:
82
82
git fetch --prune --unshallow
83
83
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
84
84
git fetch --all --tags
85
- git checkout tags/v0.1.5
85
+ git checkout tags/v0.1.6
86
86
hugo \
87
87
--gc \
88
88
--theme PaperMod \
89
89
--minify \
90
90
--baseURL "${{ steps.pages.outputs.base_url }}/v0.1.5/" \
91
- --destination ./public/v0.1.5
92
- - name : Build with Hugo v0.1.4
91
+ --destination ./public/v0.1.6
92
+ - name : Build with Hugo v0.1.5
93
93
env :
94
94
HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
95
95
HUGO_ENVIRONMENT : production
@@ -98,13 +98,13 @@ jobs:
98
98
git fetch --prune --unshallow
99
99
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
100
100
git fetch --all --tags
101
- git checkout tags/v0.1.4
101
+ git checkout tags/v0.1.5
102
102
hugo \
103
103
--gc \
104
104
--theme PaperMod \
105
105
--minify \
106
106
--baseURL "${{ steps.pages.outputs.base_url }}/v0.1.4/" \
107
- --destination ./public/v0.1.4
107
+ --destination ./public/v0.1.5
108
108
- name : Build with Hugo version
109
109
env :
110
110
HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
0 commit comments