Skip to content

Commit

Permalink
feat(docs): update
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyOubouaziz committed Nov 28, 2024
1 parent 3426dc7 commit 515ba4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -11,6 +12,7 @@ This API allows you to manage your Scaleway Projects.
- [Update Project](#update-project)



## Project management commands

Project management commands.
Expand Down

0 comments on commit 515ba4f

Please sign in to comment.