Skip to content

Commit

Permalink
ci(website): fix pulling down mdbook-alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Nov 15, 2024
1 parent cd3ca47 commit cc6e245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Download mdbook-alerts
run: |
mkdir ${{ env.TARGET }}
curl -sSL https://github.com/lambdalisue/rs-mdbook-alerts/releases/download/${{ env.VERSION }}/${{ env.TARGET }}.tar.gz | tar -xz --directory=${{ env.TARGET }}
curl -sSLo ${{ env.TARGET }}/${{ env.TARGET }} https://github.com/lambdalisue/rs-mdbook-alerts/releases/download/${{ env.VERSION }}/${{ env.TARGET }}
echo `pwd`/${{ env.TARGET }} >> $GITHUB_PATH
env:
VERSION: "v0.6.9"
TARGET: "mdbook-alerts-x86_64-unknown-linux-gnu"
TARGET: "mdbook-alerts"
- name: Setup PNPM
uses: pnpm/action-setup@v3
- name: Setup Node
Expand Down

0 comments on commit cc6e245

Please sign in to comment.