Skip to content

Commit

Permalink
Ensure zola is is in path
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Apr 19, 2024
1 parent f2b5fe5 commit 5c60222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
archive="zola-${version}-x86_64-unknown-linux-gnu.tar.gz"
curl -L "https://github.com/getzola/zola/releases/download/${version}/${archive}" -o "$archive"
tar xf "$archive"
pwd >> $GITHUB_PATH
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down

0 comments on commit 5c60222

Please sign in to comment.