diff --git a/.drone.yml b/.drone.yml index 799d4c3..d0a2741 100644 --- a/.drone.yml +++ b/.drone.yml @@ -127,7 +127,7 @@ steps: from_secret: DIRECTUS_TOKEN commands: - (cd themes/hugo-theme-lowtech && npm i) - - DRAFT=true node scripts/directus-to-markdown/index.js + - DRAFT=true node scripts/directus-to-markdown/staging.js - name: build website image: klakegg/hugo:0.101.0-ext-debian-ci diff --git a/.gitignore b/.gitignore index 3e6c7d2..d56b5df 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ resources public backups .hugo_build.lock -content/associations/* \ No newline at end of file