Skip to content

Commit c23cebf

Browse files
authored
fix: deploy.yml incorrect directory
1 parent 399674b commit c23cebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Zola
2929
run: |
3030
wget -O ${{ runner.temp }}/zola.tar.xz "https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz" \
31-
&& sudo tar xzf zola.tar.xz -C /usr/local/bin
31+
&& sudo tar xzf ${{ runner.temp }}/zola.tar.xz -C /usr/local/bin
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434
- name: Setup Pages

0 commit comments

Comments
 (0)