diff --git a/.github/workflows/docs-netlify-deploy.yml b/.github/workflows/docs-netlify-deploy.yml index d520e613a..063c686a9 100644 --- a/.github/workflows/docs-netlify-deploy.yml +++ b/.github/workflows/docs-netlify-deploy.yml @@ -30,10 +30,10 @@ jobs: - name: Checkout repository uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - name: Setup node - uses: ./.github/actions/setup-node + - name: Set up NodeJS + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 with: - NODEJS_VERSION: ${{ env.NODEJS_VERSION }} + node-version: ${{ env.NODEJS_VERSION }} - name: Set up Python uses: actions/setup-python@v4 diff --git a/docs/content/tutorials/explore.md b/docs/content/tutorials/explore.md new file mode 100644 index 000000000..6f1d099e6 --- /dev/null +++ b/docs/content/tutorials/explore.md @@ -0,0 +1,5 @@ +# Use the explore page + +TODO: This pages is still missing some content. +See this issue for more information and if you want to contribute: +