Update github actions
This commit is contained in:
parent
62e6928036
commit
de477fd3dd
1
.github/workflows/update-readme.yml
vendored
1
.github/workflows/update-readme.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Install required dependencies
|
||||
run: |
|
||||
wget https://go.dev/dl/go1.23.2.linux-amd64.tar.gz
|
||||
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
go install github.com/anotherhadi/markdown-table-of-contents@latest
|
||||
|
Loading…
Reference in New Issue
Block a user