We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c35b2 commit fb2fe84Copy full SHA for fb2fe84
1 file changed
.github/workflows/pages.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Build content
35
run: |
36
- BUILD_DIR="$(WORKSPACE)/public"
+ BUILD_DIR="${WORKSPACE}/public"
37
TMP_DIR=$(mktemp -d)
38
39
# Install build tools
0 commit comments