Skip to content

Commit

Permalink
Fix CI of release
Browse files Browse the repository at this point in the history
  • Loading branch information
shoo committed Nov 12, 2024
1 parent 4f35c68 commit 3021992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
compiler: ldc-latest
- name: Build bianry
run: dub build -a=x86_64 -b=release -c=default
run: dub build -a=x86_64 -b=release
- name: Generate document
run: |
(which dot >/dev/null 2>&1) || (sudo apt-get update && sudo apt-get install -y graphviz)
rdmd ./scripts/runner.d -a=x86_64 --mode=generate-document
(which dot >/dev/null 2>&1) || (sudo apt update && sudo apt install -y graphviz)
rdmd ./.github/workflows/runner.d -a=x86_64 --mode=generate-document
# dub build -b=ddeps
- name: Upload generated pages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3021992

Please sign in to comment.