diff --git a/.github/workflows/al-quran.yml b/.github/workflows/al-quran.yml index 4957e9c..4d97f9b 100644 --- a/.github/workflows/al-quran.yml +++ b/.github/workflows/al-quran.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ main ] +env: + SASS_PATH: ./src/css/ + jobs: lint: runs-on: ubuntu-latest @@ -26,6 +29,4 @@ jobs: - name: Prepare environment uses: './.github/actions/prepare-env' - name: nanoc - run: - - source .env.sample - - ruby -S rake build + run: ruby -S rake build diff --git a/src/js/pages/surah/index.tsx b/src/js/pages/surah/index.tsx index e086c00..6381ddc 100644 --- a/src/js/pages/surah/index.tsx +++ b/src/js/pages/surah/index.tsx @@ -37,7 +37,7 @@ function SurahIndex({ locale, surahs }: Props) {