From 515ba4fca711826c1e0a1216bc8ca294b265f660 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Thu, 28 Nov 2024 16:45:32 +0100 Subject: [PATCH] feat(docs): update --- .github/workflows/deploy-docs.yml | 2 +- docs/commands/account.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ab2d875ba..92bfc758f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -17,7 +17,7 @@ jobs: with: ref: ${{ github.event.release.tag_name }} - name: Verify release commit - run: | # Commit hash to compare with the commit returned by actions/checkout@v4 - Tag to compare with the latest release + run: | # Commit hash to compare with the commit returned by actions/checkout@v4 - Tag to compare with the latest releas echo "Checked out commit: $(git rev-parse HEAD)" echo "Expected tag: ${{ github.event.release.tag_name }}" - name: prepare temporary folder for build diff --git a/docs/commands/account.md b/docs/commands/account.md index 8f91ddcdb..08f3d5d9c 100644 --- a/docs/commands/account.md +++ b/docs/commands/account.md @@ -3,6 +3,7 @@ This API allows you to manage your Scaleway Projects. + - [Project management commands](#project-management-commands) - [Create a new Project for an Organization](#create-a-new-project-for-an-organization) - [Delete an existing Project](#delete-an-existing-project) @@ -11,6 +12,7 @@ This API allows you to manage your Scaleway Projects. - [Update Project](#update-project) + ## Project management commands Project management commands.