Fix github action

This commit is contained in:
Hadi 2024-10-14 22:09:29 +02:00
parent 206de96fa2
commit e2f6c5e1ff

View File

@ -16,7 +16,7 @@ jobs:
- name: Install required dependencies
run: |
sudo apt-get update
sudo apt-get install -y go
sudo apt-get install -y golang-go
go install github.com/anotherhadi/markdown-table-of-contents@latest
- name: Run a script
run: |