From c1aa396a3e846e1fb24e132c5c53db472d51ad1f Mon Sep 17 00:00:00 2001 From: Philip Molares <philip.molares@udo.edu> Date: Sun, 8 Oct 2023 17:38:00 +0200 Subject: [PATCH] fix: docs deployment Signed-off-by: Philip Molares <philip.molares@udo.edu> --- .github/workflows/docs-netlify-deploy.yml | 5 +---- docs/content/tutorials/explore.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs-netlify-deploy.yml b/.github/workflows/docs-netlify-deploy.yml index 063c686a9..b51ad13e0 100644 --- a/.github/workflows/docs-netlify-deploy.yml +++ b/.github/workflows/docs-netlify-deploy.yml @@ -46,10 +46,7 @@ jobs: - name: Build docs run: mkdocs build - - name: Install netlify CLI - run: "yarn add --dev netlify-cli@${{ env.NETLIFY_VERSION }}" - - name: Run netlify CLI deployment env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - run: "netlify deploy --build --prod --message \"${{ github.event.head_commit.id }}\"" + run: "npx -y netlify-cli@${{ env.NETLIFY_VERSION }} deploy --build --prod --message \"${{ github.event.head_commit.id }}\"" diff --git a/docs/content/tutorials/explore.md b/docs/content/tutorials/explore.md index 6f1d099e6..d00efa3d6 100644 --- a/docs/content/tutorials/explore.md +++ b/docs/content/tutorials/explore.md @@ -1,4 +1,4 @@ -# Use the explore page +# Use the explore Page TODO: This pages is still missing some content. See this issue for more information and if you want to contribute: