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.
1 parent 77a4e2f commit 1b0c44eCopy full SHA for 1b0c44e
.github/workflows/publish.yaml
@@ -30,6 +30,8 @@ jobs:
30
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
31
id: pages
32
33
+ - run: mkdir -p /github/workspace/public
34
+
35
- name: Build with Hugo
36
uses: docker://ghcr.io/gohugoio/hugo:v0.150.0
37
env:
0 commit comments