Skip to content

Commit

Permalink
netlify test
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Mar 14, 2024
1 parent 1198548 commit 35ea192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcon/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
ignore = if [ "${COMMIT_REF}" == "${CACHED_COMMIT_REF}" ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../devcon ../lib ; fi
ignore = "if [ ${COMMIT_REF} == ${CACHED_COMMIT_REF} ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../devcon ../lib ; fi"
command = "yarn build"
publish = ".next"

Expand Down

0 comments on commit 35ea192

Please sign in to comment.