File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -120,16 +120,16 @@ jobs:
120
120
sudo cp --recursive ${GITHUB_WORKSPACE}/static/data ~/data
121
121
fi
122
122
123
- # - name: Install Hugo CLI
124
- # run: |
125
- # wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
126
- # && sudo dpkg -i ${{ runner.temp }}/hugo.deb
127
-
128
- - name : Setup Hugo
129
- uses : peaceiris/actions-hugo@v3
130
- with :
131
- hugo-version : ' 0.127.0'
132
- extended : true
123
+ - name : Install Hugo CLI
124
+ run : |
125
+ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
126
+ && sudo dpkg -i ${{ runner.temp }}/hugo.deb
127
+ #
128
+ # - name: Setup Hugo
129
+ # uses: peaceiris/actions-hugo@v3
130
+ # with:
131
+ # hugo-version: '0.127.0'
132
+ # extended: true
133
133
134
134
# - name: Setup Pages
135
135
# id: pages
@@ -147,7 +147,7 @@ jobs:
147
147
- name : Build
148
148
env :
149
149
# HUGO_ENVIRONMENT: staging
150
- # HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
150
+ HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
151
151
TZ : America/New York
152
152
run : hugo -d "./public" --cleanDestinationDir --baseURL "https://stumbo.github.io/" -e staging
153
153
You can’t perform that action at this time.
0 commit comments