We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set-env
1 parent d7ede49 commit e17943dCopy full SHA for e17943d
1 file changed
.github/workflows/pages-deploy.yml.hook
@@ -10,6 +10,7 @@ on:
10
11
jobs:
12
continuous-delivery:
13
+
14
runs-on: ubuntu-latest
15
16
env:
@@ -59,7 +60,7 @@ jobs:
59
60
run: |
61
baseurl="$(grep '^baseurl:' _config.yml | yq r - baseurl)"
62
if [[ -n $baseurl ]]; then
- echo "::set-env name=SPEC_TEST::_site_no_baseurl"
63
+ echo "SPEC_TEST=_site_no_baseurl" >> $GITHUB_ENV
64
fi
65
66
- name: Build Site
0 commit comments