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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue