Skip to content

Commit

Permalink
docs: fix vercel deploy (#1595)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Jun 8, 2020
1 parent df73ead commit d96ea66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ debug.test
snap.login
site/
www/docs/static/releases.json
.vercel
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -60,10 +60,10 @@ serve:
.PHONY: serve

vercel:
./scripts/get-releases.sh
yum install -y jq
pip install mkdocs-material mkdocs-minify-plugin
cd www
mkdocs build
./scripts/get-releases.sh
(cd www && mkdocs build)

# Show to-do items per file.
todo:
Expand Down

1 comment on commit d96ea66

@vercel
Copy link

@vercel vercel bot commented on d96ea66 Jun 8, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.