File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
submodules : recursive
49
49
fetch-depth : 0
50
+ - name : Install Node.js dependencies
51
+ run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
50
52
# - name: Fetch syntax highlighter
51
53
# run: git clone https://github.com/hedyhli/tree-sitter-cognate
52
54
- name : Init tree-sitter
@@ -56,18 +58,16 @@ jobs:
56
58
- name : Setup Pages
57
59
id : pages
58
60
uses : actions/configure-pages@v5
59
- - name : Install Node.js dependencies
60
- run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
61
- - name : Build with Hugo
62
- env :
63
- HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
64
- HUGO_ENVIRONMENT : production
65
- TZ : America/Los_Angeles
66
- run : |
67
- hugo \
68
- --gc \
69
- --minify \
70
- --baseURL "${{ steps.pages.outputs.base_url }}/"
61
+ # - name: Build with Hugo
62
+ # env:
63
+ # HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
64
+ # HUGO_ENVIRONMENT: production
65
+ # TZ: America/Los_Angeles
66
+ # run: |
67
+ # hugo \
68
+ # --gc \
69
+ # --minify \
70
+ # --baseURL "${{ steps.pages.outputs.base_url }}/"
71
71
- name : Upload artifact
72
72
uses : actions/upload-pages-artifact@v3
73
73
with :
You can’t perform that action at this time.
0 commit comments