File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5555 - name : Install Node.js dependencies
5656 run : " npm install --legacy-peer-deps"
5757
58+ - name : Fetch resources directory from cache
59+ uses : actions/cache@v3
60+ with :
61+ path : resources
62+ key : ${{ runner.os }}-hugo-resources-directory-${{ github.run_id }}
63+ restore-keys : |
64+ ${{ runner.os }}-hugo-resources-directory
65+
5866 - name : Build site
5967 run : >
6068 ls -la /opt/dart-sass &&
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ summaryLength = 20
1515# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
1616ignoreErrors = [" error-remote-getjson" ]
1717
18- timeout = " 600s "
18+ timeout = " 1200s "
1919
2020languageCode = " de-DE"
2121defaultContentLanguage = " de"
You can’t perform that action at this time.
0 commit comments