Skip to content

Commit

Permalink
Merge pull request #33 from ejmg/zola-v0.13.0
Browse files Browse the repository at this point in the history
updated vercel deployment to zola v0.13.0
  • Loading branch information
ejmg authored Jul 23, 2021
2 parents 27b67aa + 829548a commit 572d68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts":
{
"install": "curl -L -O https://github.com/getzola/zola/releases/download/v0.11.0/zola-v0.11.0-x86_64-unknown-linux-gnu.tar.gz && tar -xzf zola-v0.11.0-x86_64-unknown-linux-gnu.tar.gz",
"install": "curl -L -O https://github.com/getzola/zola/releases/download/v0.13.0/zola-v0.13.0-x86_64-unknown-linux-gnu.tar.gz && tar -xzf zola-v0.13.0-x86_64-unknown-linux-gnu.tar.gz",
"build": "./zola build"
}
}

1 comment on commit 572d68c

@vercel
Copy link

@vercel vercel bot commented on 572d68c Jul 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.