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 bc2ae66 commit cc69defCopy full SHA for cc69def
.github/workflows/docs-build-push.yml
@@ -47,7 +47,10 @@ on:
47
node_dep:
48
type: boolean
49
description: "Defines should we run npm ci or not"
50
-
+ outputs:
51
+ PREVIEW_URL:
52
+ description: String representing the URL to preview the build
53
+ value: ${{ jobs.build.outputs.PREVIEW_URL }}
54
env:
55
GO_VERISON: "1.21" # Go version used for `hugo mod get`
56
HUGO_VERSION: "0.134.2" # Hugo version used for building docs
0 commit comments