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