5757 --theme PaperMod \
5858 --minify \
5959 --baseURL "${{ steps.pages.outputs.base_url }}/"
60- - name : Build with Hugo v0.1.7
60+ - name : Build with Hugo v0.1.8
6161 env :
6262 HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
6363 HUGO_ENVIRONMENT : production
@@ -66,14 +66,14 @@ jobs:
6666 git fetch --prune --unshallow
6767 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
6868 git fetch --all --tags
69- git checkout tags/v0.1.7
69+ git checkout tags/v0.1.8
7070 hugo \
7171 --gc \
7272 --theme PaperMod \
7373 --minify \
74- --baseURL "${{ steps.pages.outputs.base_url }}/v0.1.6 /" \
75- --destination ./public/v0.1.7
76- - name : Build with Hugo v0.1.6
74+ --baseURL "${{ steps.pages.outputs.base_url }}/v0.1.8 /" \
75+ --destination ./public/v0.1.8
76+ - name : Build with Hugo v0.1.7
7777 env :
7878 HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
7979 HUGO_ENVIRONMENT : production
@@ -82,14 +82,14 @@ jobs:
8282 git fetch --prune --unshallow
8383 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
8484 git fetch --all --tags
85- git checkout tags/v0.1.6
85+ git checkout tags/v0.1.7
8686 hugo \
8787 --gc \
8888 --theme PaperMod \
8989 --minify \
90- --baseURL "${{ steps.pages.outputs.base_url }}/v0.1.5 /" \
91- --destination ./public/v0.1.6
92- - name : Build with Hugo v0.1.5
90+ --baseURL "${{ steps.pages.outputs.base_url }}/v0.1.7 /" \
91+ --destination ./public/v0.1.7
92+ - name : Build with Hugo v0.1.6
9393 env :
9494 HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
9595 HUGO_ENVIRONMENT : production
@@ -98,13 +98,13 @@ jobs:
9898 git fetch --prune --unshallow
9999 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
100100 git fetch --all --tags
101- git checkout tags/v0.1.5
101+ git checkout tags/v0.1.6
102102 hugo \
103103 --gc \
104104 --theme PaperMod \
105105 --minify \
106- --baseURL "${{ steps.pages.outputs.base_url }}/v0.1.4 /" \
107- --destination ./public/v0.1.5
106+ --baseURL "${{ steps.pages.outputs.base_url }}/v0.1.6 /" \
107+ --destination ./public/v0.1.6
108108 - name : Build with Hugo version
109109 env :
110110 HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
0 commit comments