Skip to content

Commit

Permalink
fix: Fix netlify build and PR preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 3, 2024
1 parent d1e519f commit 49f6cce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[build]
command = """\
gem install --no-document jekyll:4.2.2 guard-livereload && \
git clone --depth=1 https://github.com/TokTok/website && \
mkdir website/hs-toxcore && \
mv .git res src test website/hs-toxcore && \
cd website && \
make spec && \
gem install --no-document jekyll:4.2.2 guard-livereload && \
make toktok-site \
cd website && make spec && make toktok-site \
"""
publish = "website/toktok-site"

0 comments on commit 49f6cce

Please sign in to comment.