Skip to content

Commit 088650f

Browse files
committed
Debug
1 parent ae1e639 commit 088650f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ jobs:
8888
runs-on: ubuntu-latest
8989
if: github.event_name == 'push' || needs.check.outputs.cacheHit != 'true'
9090
steps:
91+
- uses: actions/setup-go@v5
92+
with:
93+
go-version: '1.18.1'
94+
9195
- uses: actions/checkout@v4
9296
with:
9397
submodules: recursive
@@ -150,6 +154,8 @@ jobs:
150154
# HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
151155
TZ: America/New York
152156
run: hugo --logLevel debug --baseURL "https://interlisp.org/InterlispDraft.github.io" -e staging
157+
158+
- run: ls ; ls public
153159

154160
- name: Deploy
155161
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)