mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
ci: exclude docs path
This commit is contained in:
parent
f9805b6038
commit
e5a28514c5
6
.github/workflows/lint-and-tests.yml
vendored
6
.github/workflows/lint-and-tests.yml
vendored
@ -2,9 +2,11 @@ name: Lint and Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "develop" ]
|
||||
branches: [ "develop" ]
|
||||
paths-ignore: [ "docs/**" ]
|
||||
pull_request:
|
||||
branches: [ "master", "develop" ]
|
||||
branches: [ "develop" ]
|
||||
paths-ignore: [ "docs/**" ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@ -4,6 +4,7 @@ import starlight from '@astrojs/starlight';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://domainwatchdog.eu',
|
||||
integrations: [
|
||||
starlight({
|
||||
title: 'Domain Watchdog',
|
||||
|
||||
@ -69,6 +69,6 @@
|
||||
"watch": "encore dev --watch",
|
||||
"build": "encore production --progress",
|
||||
"ttag:po2json": "cd translations; for i in $(find . -name \"*.po\"); do ttag po2json $i > ../public/locales/$i.json; done; cd ..",
|
||||
"ttag:extract": "ttag extract $(find assets -name '*.ts' -or -name '*.tsx' | sort) -o translations/translations.pot"
|
||||
"ttag:extract": "ttag extract $(find assets -name 'assets/*.ts' -or -name 'assets/*.tsx' | sort) -o translations/translations.pot"
|
||||
}
|
||||
}
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"docs",
|
||||
"vendor/**/*.ts"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user