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 bc9e8f0 commit 90778adCopy full SHA for 90778ad
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
with:
19
persist-credentials: false
20
- - name: Use Node.js v18
+ - name: Use Node.js lts/hydrogen (v18)
21
# https://github.com/actions/setup-node
22
uses: actions/setup-node@v4
23
.github/workflows/publish-to-gh-pages.yml
@@ -40,13 +40,6 @@ jobs:
40
echo "ORGANIZATION_NAME=${REPO_NAME/\/*/}" >> $GITHUB_ENV
41
fi
42
43
- - name: Test variable
44
- run: |
45
- echo "CADENCE_DOCS_URL is ${CADENCE_DOCS_URL}"
46
- echo "PROJECT_NAME is ${PROJECT_NAME}"
47
- echo "BASE_URL is ${BASE_URL}"
48
- echo "ORGANIZATION_NAME is ${ORGANIZATION_NAME}"
49
-
50
# same as build.yml
51
- name: Checkout 🛎️
52
0 commit comments