We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86014c0 + 088650f commit 0c1cc1eCopy full SHA for 0c1cc1e
.github/workflows/gh-pages.yml
@@ -88,6 +88,10 @@ jobs:
88
runs-on: ubuntu-latest
89
if: github.event_name == 'push' || needs.check.outputs.cacheHit != 'true'
90
steps:
91
+ - uses: actions/setup-go@v5
92
+ with:
93
+ go-version: '1.18.1'
94
+
95
- uses: actions/checkout@v4
96
with:
97
submodules: recursive
@@ -150,6 +154,8 @@ jobs:
150
154
# HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
151
155
TZ: America/New York
152
156
run: hugo --logLevel debug --baseURL "https://interlisp.org/InterlispDraft.github.io" -e staging
157
158
+ - run: ls ; ls public
153
159
160
- name: Deploy
161
uses: peaceiris/actions-gh-pages@v4
0 commit comments