mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
fix: Correct D2 binary path from ~/.local/bin to /usr/local/bin
This commit is contained in:
parent
11b63088fb
commit
c42b84f2e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/v3-docs.yml
vendored
2
.github/workflows/v3-docs.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Install D2
|
||||
run: |
|
||||
curl -fsSL https://d2lang.com/install.sh | sh -s --
|
||||
sudo cp bin/d2 /usr/local/bin/d2
|
||||
sudo cp ~/.local/bin/d2 /usr/local/bin/d2
|
||||
d2 --version
|
||||
- name: Install, build, and upload your site output
|
||||
uses: withastro/action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue