Fix GitHub build
This commit is contained in:
parent
ce44f2e4d3
commit
f6d061a93a
1 changed files with 4 additions and 3 deletions
7
.github/workflows/al-quran.yml
vendored
7
.github/workflows/al-quran.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
|
env:
|
||||||
|
SASS_PATH: ./src/css/
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -26,6 +29,4 @@ jobs:
|
||||||
- name: Prepare environment
|
- name: Prepare environment
|
||||||
uses: './.github/actions/prepare-env'
|
uses: './.github/actions/prepare-env'
|
||||||
- name: nanoc
|
- name: nanoc
|
||||||
run:
|
run: ruby -S rake build
|
||||||
- source .env.sample
|
|
||||||
- ruby -S rake build
|
|
||||||
|
|
Loading…
Reference in a new issue