Skip to content

Commit 515ba4f

Browse files
committed
feat(docs): update
1 parent 3426dc7 commit 515ba4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ref: ${{ github.event.release.tag_name }}
1919
- name: Verify release commit
20-
run: | # Commit hash to compare with the commit returned by actions/checkout@v4 - Tag to compare with the latest release
20+
run: | # Commit hash to compare with the commit returned by actions/checkout@v4 - Tag to compare with the latest releas
2121
echo "Checked out commit: $(git rev-parse HEAD)"
2222
echo "Expected tag: ${{ github.event.release.tag_name }}"
2323
- name: prepare temporary folder for build

docs/commands/account.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
This API allows you to manage your Scaleway Projects.
55

6+
67
- [Project management commands](#project-management-commands)
78
- [Create a new Project for an Organization](#create-a-new-project-for-an-organization)
89
- [Delete an existing Project](#delete-an-existing-project)
@@ -11,6 +12,7 @@ This API allows you to manage your Scaleway Projects.
1112
- [Update Project](#update-project)
1213

1314

15+
1416
## Project management commands
1517

1618
Project management commands.

0 commit comments

Comments
 (0)