Fix github action
This commit is contained in:
parent
206de96fa2
commit
e2f6c5e1ff
2
.github/workflows/update-readme.yml
vendored
2
.github/workflows/update-readme.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Install required dependencies
|
- name: Install required dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
go install github.com/anotherhadi/markdown-table-of-contents@latest
|
||||||
- name: Run a script
|
- name: Run a script
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user