From 2ae18d0a4940e9baf25371e03f4a20b17c10b82c Mon Sep 17 00:00:00 2001 From: Fabien Taillon Date: Tue, 26 Sep 2023 14:44:01 +0200 Subject: [PATCH] Updated doc generation --- .github/workflows/build-deploy-docs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-deploy-docs.yml b/.github/workflows/build-deploy-docs.yml index 2e45cf6..37b8451 100644 --- a/.github/workflows/build-deploy-docs.yml +++ b/.github/workflows/build-deploy-docs.yml @@ -1,4 +1,4 @@ -name: "DOC - Build and deploy with sfdx-hardis" +name: 'DOC - Build and deploy with sfdx-hardis' on: push: branches: @@ -10,14 +10,14 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 # Build doc with sfdx-hardis - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: - node-version: "14.x" + node-version: 16 - run: yarn - run: yarn prepack - - run: npm i sfdx-cli -g + - run: npm i @salesforce/cli -g - run: echo y|sfdx plugins:install sfdx-hardis - run: sfdx hardis:doc:plugin:generate # Deploy docs with mkdocs-material