ultimate-jekyll-manager 0.0.25 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -82,6 +82,10 @@ jobs:
|
|
|
82
82
|
run: |
|
|
83
83
|
echo "All files in the repo: "
|
|
84
84
|
ls -R *
|
|
85
|
+
- name: Attempt to log full GH_TOKEN
|
|
86
|
+
run: |
|
|
87
|
+
echo "GH_TOKEN: $GH_TOKEN"
|
|
88
|
+
echo "GH_TOKEN(4): ${GH_TOKEN:0:4}"
|
|
85
89
|
- name: Run node build
|
|
86
90
|
run: |
|
|
87
91
|
UJ_BUILD_MODE=true UJ_IS_SERVER=true npx uj setup && npm run build
|