Fix GitHub build

This commit is contained in:
0x1eef 2023-03-10 05:25:38 -03:00
parent d8b63e4fd0
commit bec0b99c0a
2 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,5 @@
DEPLOY_HOSTNAME=
DEPLOY_USERNAME=
DEPLOY_PATH=
NODE_ENV=
export DEPLOY_HOSTNAME=
export DEPLOY_USERNAME=
export DEPLOY_PATH=
export NODE_ENV=
export SASS_PATH="${SASS_PATH}:./src/css"

View file

@ -26,4 +26,6 @@ jobs:
- name: Prepare environment
uses: './.github/actions/prepare-env'
- name: nanoc
run: ruby -S rake build
run:
- source .env.sample
- ruby -S rake build