1 Commits

Author SHA1 Message Date
NourAbuZaid
9455348001 add grenfell to config 2021-12-14 23:49:25 +00:00
3 changed files with 2 additions and 7 deletions

View File

@@ -10,16 +10,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2-beta - uses: actions/setup-node@v2-beta
with: with:
node-version: '12' node-version: '12'
- run: npm install - run: npm install
- run: npm test - run: npm test
env:
CI: true
- run: npm run lint - run: npm run lint
env:
CI: true

1
src/datasheet.config.js Symbolic link
View File

@@ -0,0 +1 @@
CONFIG=../configs/timemap/grenfell/datasheet.config.js

View File

@@ -6,7 +6,6 @@ function prefixedTabs (prefix, cfg) {
return { return {
[`${prf('events')}export_events`]: BP.deeprows, [`${prf('events')}export_events`]: BP.deeprows,
[`${prf('associations')}export_associations`]: BP.deeprows, [`${prf('associations')}export_associations`]: BP.deeprows,
[`${prf('editorials')}export_editorials`]: BP.deeprows,
[`${prf('sources')}export_sources`]: BP.deepids, [`${prf('sources')}export_sources`]: BP.deepids,
[`${prf('sites')}export_sites`]: BP.rows [`${prf('sites')}export_sites`]: BP.rows
} }