💚 fix permissions for jekyll build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James Walker 2022-12-15 18:25:44 -05:00
parent 0cf2242bad
commit 876d40eff9
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -9,5 +9,6 @@ steps:
JEKYLL_ENV: production
NODE_ENV: production
commands:
- chown -R jekyll:jekyll /drone
- bundle install
- bundle exec jekyll build