Update github actions

Former-commit-id: ff7f46aa5d
This commit is contained in:
Hadi
2024-10-14 22:07:10 +02:00
parent a8980eb4dd
commit d1f5b0ea4f
3 changed files with 27 additions and 1 deletions

View File

@@ -13,6 +13,11 @@ jobs:
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Install required dependencies
run: |
sudo apt-get update
sudo apt-get install -y go
go install github.com/anotherhadi/markdown-table-of-contents@latest
- name: Run a script
run: |
chmod +x ./docs/scripts/create_readme.sh